diff options
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 566e1d7..34ec6c1 100644 --- a/x11vnc/options.h +++ b/x11vnc/options.h @@ -116,6 +116,7 @@ extern char *allowed_external_cmds; extern int started_as_root; extern int host_lookup; extern int ipv6_listen; +extern int got_ipv6_listen; extern int ipv6_listen_fd; extern int ipv6_http_fd; extern int noipv6; |