summaryrefslogtreecommitdiffstats
path: root/x11vnc/unixpw.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/unixpw.h')
-rw-r--r--x11vnc/unixpw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/unixpw.h b/x11vnc/unixpw.h
index 50b2689..b863827 100644
--- a/x11vnc/unixpw.h
+++ b/x11vnc/unixpw.h
@@ -12,6 +12,8 @@ extern void unixpw_msg(char *msg, int delay);
extern int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size, int nodisp);
extern int crypt_verify(char *user, char *pass);
extern int cmd_verify(char *user, char *pass);
+extern int unixpw_verify(char *user, char *pass);
+extern void unixpw_verify_screen(char *user, char *pass);
extern int unixpw_in_progress;
extern int unixpw_denied;