From 71f2ec79180185a6c3db0c87f9d53c491dc31e76 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 9 Jan 2006 01:54:38 +0000 Subject: x11vnc: the big split. --- x11vnc/user.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11vnc/user.h (limited to 'x11vnc/user.h') diff --git a/x11vnc/user.h b/x11vnc/user.h new file mode 100644 index 0000000..1469c0f --- /dev/null +++ b/x11vnc/user.h @@ -0,0 +1,13 @@ +#ifndef _X11VNC_USER_H +#define _X11VNC_USER_H + +/* -- user.h -- */ + +extern void check_switched_user(void); +extern void lurk_loop(char *str); +extern int switch_user(char *, int); +extern int read_passwds(char *passfile); +extern void install_passwds(void); +extern void check_new_passwds(void); + +#endif /* _X11VNC_USER_H */ -- cgit v1.2.1