1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-01-13 23:09:18 +03:00
mc/vfs/smbfs.h

9 lines
171 B
C
Raw Normal View History

#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