Declare smbfs_set_debugf().

This commit is contained in:
Andrew V. Samoilov 2002-09-13 10:00:23 +00:00
parent 6a6fb355df
commit 7f75f866af

View File

@ -4,5 +4,6 @@
#define __SMBFS_H
extern void smbfs_set_debug (int arg);
extern void smbfs_set_debugf (const char *filename);
#endif /* __SMBFS_H*/