mc/vfs/smbfs.h

15 lines
245 B
C
Raw Normal View History

/**
* \file
* \brief Header: Virtual File System: smb file system
*/
#ifndef MC_VFS_SMBFS_H
#define MC_VFS_SMBFS_H
2001-10-24 12:16:16 +04:00
void init_smbfs (void);
2002-09-13 14:00:23 +04:00
extern void smbfs_set_debug (int arg);
extern void smbfs_set_debugf (const char *filename);
2001-10-24 12:16:16 +04:00
#endif