summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index c1697dc6416..87ad286df30 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -796,6 +796,11 @@ BOOL become_user(int cnum, int uid);
BOOL unbecome_user(void );
int smbrun(char *cmd,char *outfile);
+/*The following definitions come from unxlog.c */
+
+void write_utmp(int dologin, int connection, int pid,
+ char *from_addr, char *username);
+
/*The following definitions come from username.c */
char *get_home_dir(char *user);