mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
9 lines
171 B
C
9 lines
171 B
C
#ifndef MC_VFS_SMBFS_H
|
|
#define MC_VFS_SMBFS_H
|
|
|
|
void init_smbfs (void);
|
|
extern void smbfs_set_debug (int arg);
|
|
extern void smbfs_set_debugf (const char *filename);
|
|
|
|
#endif
|