diff options
Diffstat (limited to 'x11vnc/user.h')
-rw-r--r-- | x11vnc/user.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/user.h b/x11vnc/user.h index 9dcfe41..543e1e5 100644 --- a/x11vnc/user.h +++ b/x11vnc/user.h @@ -8,7 +8,8 @@ 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); +extern void check_new_passwds(int force); extern int wait_for_client(int *argc, char** argv, int http); +extern rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len); #endif /* _X11VNC_USER_H */ |