* smbfs.h: Declare smbfs_set_debug.

This commit is contained in:
Andrew V. Samoilov 2001-10-24 08:16:16 +00:00
parent c5df6b4367
commit a918318c9d
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-10-24 Andrew V. Samoilov <kai@cmail.ru>
* smbfs.h: Declare smbfs_set_debug.
2001-10-20 Pavel Roskin <proski@gnu.org>
* ftpfs.c (command): Declare with the printf attribute.

View File

@ -1 +1,8 @@
/* smbfs.h */
#if !defined(__SMBFS_H)
#define __SMBFS_H
extern void smbfs_set_debug(int arg);
#endif /* __SMBFS_H*/