mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
10 lines
173 B
C
10 lines
173 B
C
/* smbfs.h */
|
|
|
|
#if !defined(__SMBFS_H)
|
|
#define __SMBFS_H
|
|
|
|
extern void smbfs_set_debug (int arg);
|
|
extern void smbfs_set_debugf (const char *filename);
|
|
|
|
#endif /* __SMBFS_H*/
|