diff options
author | runge <[email protected]> | 2009-08-10 17:56:10 -0400 |
---|---|---|
committer | runge <[email protected]> | 2009-08-10 17:56:10 -0400 |
commit | fd084b5d28189727f1dff6022d2b421d772bcc1a (patch) | |
tree | b06223e1b18a4988e9c97ae6f759f7151570c1af /x11vnc/unixpw.h | |
parent | 2c6bf9234edc30fd564a693a3bb954fd1ea50455 (diff) | |
download | libtdevnc-fd084b5d28189727f1dff6022d2b421d772bcc1a.tar.gz libtdevnc-fd084b5d28189727f1dff6022d2b421d772bcc1a.zip |
Improvements to -unixpw_cmd and -unixpw_nis.
Experimental X11VNC_WATCH_DX_DY=1 for buggy theme menus,
see: http://ubuntuforums.org/showthread.php?t=1223490
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 374a59b..6da79e0 100644 --- a/x11vnc/unixpw.h +++ b/x11vnc/unixpw.h @@ -42,6 +42,7 @@ 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, int nodisp); +extern int unixpw_cmd_run(char *user, char *pass, char *cmd, char *line, int *n, 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); |