diff options
author | runge <runge> | 2007-05-05 14:53:21 +0000 |
---|---|---|
committer | runge <runge> | 2007-05-05 14:53:21 +0000 |
commit | 76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b (patch) | |
tree | f73a4304be4d827eb62a9a7732563cc79391edaf /x11vnc/options.h | |
parent | 6378acecb04b2824179fea0ab168cbfcb960e70d (diff) | |
download | libtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.tar.gz libtdevnc-76d88e31114b5cc0f66f90e76eb9c734bbc9bf4b.zip |
x11vnc: add groups handling for -users mode.
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 75feba4..6ac01a4 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -65,6 +65,7 @@ extern char *allowed_external_cmds; extern int started_as_root; extern int host_lookup; extern char *users_list; +extern char **user2group; extern char *allow_list; extern char *listen_str; extern char *allow_once; |