diff options
author | runge <runge> | 2006-07-04 23:04:30 +0000 |
---|---|---|
committer | runge <runge> | 2006-07-04 23:04:30 +0000 |
commit | 93ca945acb85760ce3661debf5badb570ffe0454 (patch) | |
tree | b69a65e1258f2da9eea881b4f4db042fa75915d6 /x11vnc/unixpw.h | |
parent | 1b51530afbc5dff413ea0090834d92e1d96e96e9 (diff) | |
download | libtdevnc-93ca945acb85760ce3661debf5badb570ffe0454.tar.gz libtdevnc-93ca945acb85760ce3661debf5badb570ffe0454.zip |
x11vnc: plug a couple unixpw gaps.
Diffstat (limited to 'x11vnc/unixpw.h')
-rw-r--r-- | x11vnc/unixpw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/unixpw.h b/x11vnc/unixpw.h index 277c41a..2283145 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -12,6 +12,7 @@ extern int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_si extern int crypt_verify(char *user, char *pass); extern int unixpw_in_progress; +extern int unixpw_denied; extern int unixpw_in_rfbPE; extern int unixpw_login_viewonly; extern time_t unixpw_last_try_time; |