diff options
Diffstat (limited to 'x11vnc/user.h')
-rw-r--r-- | x11vnc/user.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/user.h b/x11vnc/user.h index 6c6541e..88a5b90 100644 --- a/x11vnc/user.h +++ b/x11vnc/user.h @@ -9,6 +9,7 @@ extern int switch_user(char *, int); extern int read_passwds(char *passfile); extern void install_passwds(void); extern void check_new_passwds(int force); +extern void progress_client(void); extern int wait_for_client(int *argc, char** argv, int http); extern rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len); extern char *xdmcp_insert; |