diff options
author | runge <runge> | 2006-03-03 00:30:16 +0000 |
---|---|---|
committer | runge <runge> | 2006-03-03 00:30:16 +0000 |
commit | b03a920cb996bf61af2d9351d2fe497ea3c0c99e (patch) | |
tree | d8b88ff7a0e19659374f8f4b7d443b33adf4b4cb /x11vnc/unixpw.h | |
parent | f38f67e4e9320a3e0b1472b9c4bae86fcedcbd89 (diff) | |
download | libtdevnc-b03a920cb996bf61af2d9351d2fe497ea3c0c99e.tar.gz libtdevnc-b03a920cb996bf61af2d9351d2fe497ea3c0c99e.zip |
x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SMALL_FOOTPRINT.
Diffstat (limited to 'x11vnc/unixpw.h')
-rw-r--r-- | x11vnc/unixpw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11vnc/unixpw.h b/x11vnc/unixpw.h index 5d22e63..a57d2e3 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -5,8 +5,9 @@ extern void unixpw_screen(int init); extern void unixpw_keystroke(rfbBool down, rfbKeySym keysym, int init); -extern void unixpw_accept(void); +extern void unixpw_accept(char *user); extern void unixpw_deny(void); +extern int su_verify(char *user, char *pass); extern int unixpw_in_progress; extern time_t unixpw_last_try_time; |