mc/lib/vfs/mc-vfs/smbfs.h
Slava Zanko 52f6bed7d0 Moved dir $(srcdir)/vfs into $(srcdir)/lib/vfs/mc-vfs
Also, initial support of library directory.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-01-26 10:30:21 +02:00

15 lines
245 B
C

/**
* \file
* \brief Header: Virtual File System: smb file system
*/
#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