diff options
author | runge <runge> | 2006-03-06 16:29:35 +0000 |
---|---|---|
committer | runge <runge> | 2006-03-06 16:29:35 +0000 |
commit | c997e901c4c268438d063a78bdb121b8f5e8d585 (patch) | |
tree | 16f4ecab62e214d9348c9f7fcb008b2af609ada8 /x11vnc/unixpw.h | |
parent | a9a9c812f7feb5bfb1d017575762c6a6390227b9 (diff) | |
download | libtdevnc-c997e901c4c268438d063a78bdb121b8f5e8d585.tar.gz libtdevnc-c997e901c4c268438d063a78bdb121b8f5e8d585.zip |
x11vnc: gui speedup and fixes. -unixpw and -inetd
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 5a8d44d..976a4dd 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -11,6 +11,7 @@ extern int su_verify(char *user, char *pass); extern int crypt_verify(char *user, char *pass); extern int unixpw_in_progress; +extern int unixpw_login_viewonly; extern time_t unixpw_last_try_time; extern rfbClientPtr unixpw_client; |