diff options
author | runge <runge> | 2006-03-05 00:35:33 +0000 |
---|---|---|
committer | runge <runge> | 2006-03-05 00:35:33 +0000 |
commit | a9a9c812f7feb5bfb1d017575762c6a6390227b9 (patch) | |
tree | 1f1e013d1c905b0e705ec245aa9fec1df6cb1c30 /x11vnc/unixpw.h | |
parent | b03a920cb996bf61af2d9351d2fe497ea3c0c99e (diff) | |
download | libtdevnc-a9a9c812f7feb5bfb1d017575762c6a6390227b9.tar.gz libtdevnc-a9a9c812f7feb5bfb1d017575762c6a6390227b9.zip |
x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui tweaks.
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 a57d2e3..5a8d44d 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -8,6 +8,7 @@ extern void unixpw_keystroke(rfbBool down, rfbKeySym keysym, int init); extern void unixpw_accept(char *user); extern void unixpw_deny(void); extern int su_verify(char *user, char *pass); +extern int crypt_verify(char *user, char *pass); extern int unixpw_in_progress; extern time_t unixpw_last_try_time; |