Makefile.am: Fixed incorrect variable name if maintainer mode is active.
[midnight-commander.git] / vfs / smbfs.h
blob07483e981b828a06dd601bf3303439e95c2aa1ba
2 /**
3 * \file
4 * \brief Header: Virtual File System: smb file system
5 */
7 #ifndef MC_VFS_SMBFS_H
8 #define MC_VFS_SMBFS_H
10 void init_smbfs (void);
11 extern void smbfs_set_debug (int arg);
12 extern void smbfs_set_debugf (const char *filename);
14 #endif