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