diff options
author | runge <runge> | 2006-06-13 02:35:28 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-13 02:35:28 +0000 |
commit | 06a401f8f81b1fcf94bce6c99e4823d6e697881c (patch) | |
tree | a975775f83fae8e7f5351ddc1f12384278f27660 /x11vnc/unixpw.h | |
parent | 7a3e236390501c14b9d75d80ea88f8a3e69a337a (diff) | |
download | libtdevnc-06a401f8f81b1fcf94bce6c99e4823d6e697881c.tar.gz libtdevnc-06a401f8f81b1fcf94bce6c99e4823d6e697881c.zip |
x11vnc: -display WAIT:cmd=FINDDISPLAY, HTTPONCE, -http_ssl option, Java fixes.
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 25dd71d..aa443d4 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -7,6 +7,7 @@ extern void unixpw_screen(int init); extern void unixpw_keystroke(rfbBool down, rfbKeySym keysym, int init); extern void unixpw_accept(char *user); extern void unixpw_deny(void); +extern void unixpw_msg(char *msg, int delay); extern int su_verify(char *user, char *pass, char *cmd, char *rbuf, int *rbuf_size); extern int crypt_verify(char *user, char *pass); |