summaryrefslogtreecommitdiff
path: root/source/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 4d99529ef65..3e38f4c37e4 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -583,6 +583,8 @@ struct from_host {
};
/* and a few prototypes */
+BOOL become_guest(void);
+void init_uid(void);
BOOL user_ok(char *user,int snum);
int sys_rename(char *from, char *to);
int sys_select(fd_set *fds,struct timeval *tval);