repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'origin/340_inrorrect_handling_of_wildcards'
[midnight-commander.git]
/
vfs
/
smbfs.h
blob
07483e981b828a06dd601bf3303439e95c2aa1ba
1
2
/**
3
* \file
4
* \brief Header: Virtual File System: smb file system
5
*/
6
7
#ifndef MC_VFS_SMBFS_H
8
#define MC_VFS_SMBFS_H
9
10
void
init_smbfs
(
void
);
11
extern
void
smbfs_set_debug
(
int
arg
);
12
extern
void
smbfs_set_debugf
(
const char
*
filename
);
13
14
#endif