summaryrefslogtreecommitdiffstats
path: root/x11vnc/unixpw.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/unixpw.h')
-rw-r--r--x11vnc/unixpw.h1
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;