diff --git a/vfs/ChangeLog b/vfs/ChangeLog index a38d9e46f..447864744 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,7 @@ +2001-10-24 Andrew V. Samoilov + + * smbfs.h: Declare smbfs_set_debug. + 2001-10-20 Pavel Roskin * ftpfs.c (command): Declare with the printf attribute. diff --git a/vfs/smbfs.h b/vfs/smbfs.h index c30aadc12..20970de13 100644 --- a/vfs/smbfs.h +++ b/vfs/smbfs.h @@ -1 +1,8 @@ /* smbfs.h */ + +#if !defined(__SMBFS_H) +#define __SMBFS_H + +extern void smbfs_set_debug(int arg); + +#endif /* __SMBFS_H*/