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
* syntax.c(this_try_alloc_color_pair): Use g_strlcpy instead
[midnight-commander.git]
/
vfs
/
smbfs.h
blob
5a69f09e7718ce51d3bee0616d964ec4d611d4b0
1
#ifndef MC_VFS_SMBFS_H
2
#define MC_VFS_SMBFS_H
3
4
void
init_smbfs
(
void
);
5
extern
void
smbfs_set_debug
(
int
arg
);
6
extern
void
smbfs_set_debugf
(
const char
*
filename
);
7
8
#endif
/* MC_VFS_SMBFS_H */