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 543e1e5..6c6541e 100644 --- a/x11vnc/user.h +++ b/x11vnc/user.h @@ -11,5 +11,6 @@ extern void install_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); +extern char *xdmcp_insert; #endif /* _X11VNC_USER_H */ |