diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9c78e84017..bc9b7389db 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2407,11 +2407,13 @@ void smbw_setup_shared(void); char *smbw_getshared(const char *name); void smbw_setshared(const char *name, const char *val); int smbw_setenv(const char *name, const char *value); +int smbw_shared_fd(int fd); /*The following definitions come from smbwrapper/smbw.c */ void smbw_init(void); int smbw_fd(int fd); +int smbw_local_fd(int fd); ino_t smbw_inode(const char *name); void clean_fname(char *name); char *smbw_parse_path(const char *fname, char *server, char *share, char *path); |