diff options
Diffstat (limited to 'x11vnc/options.h')
-rw-r--r-- | x11vnc/options.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11vnc/options.h b/x11vnc/options.h index 110e4b8..566e1d7 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -115,10 +115,17 @@ extern int no_external_cmds; extern char *allowed_external_cmds; extern int started_as_root; extern int host_lookup; +extern int ipv6_listen; +extern int ipv6_listen_fd; +extern int ipv6_http_fd; +extern int noipv6; +extern int noipv4; +extern char *ipv6_client_ip_str; extern char *users_list; extern char **user2group; extern char *allow_list; extern char *listen_str; +extern char *listen_str6; extern char *allow_once; extern char *accept_cmd; extern char *afteraccept_cmd; @@ -331,6 +338,7 @@ extern int napfac; extern int napmax; extern int ui_skip; extern int all_input; +extern int handle_events_eagerly; extern int watch_fbpm; extern int watch_dpms; |