diff options
Diffstat (limited to 'x11vnc/connections.h')
-rw-r--r-- | x11vnc/connections.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11vnc/connections.h b/x11vnc/connections.h index 7d51ab5..b67d983 100644 --- a/x11vnc/connections.h +++ b/x11vnc/connections.h @@ -5,6 +5,10 @@ extern char vnc_connect_str[]; extern Atom vnc_connect_prop; +extern char x11vnc_remote_str[]; +extern Atom x11vnc_remote_prop; +extern rfbClientPtr inetd_client; + extern int all_clients_initialized(void); extern char *list_clients(void); @@ -15,7 +19,9 @@ extern void set_client_input(char *str); extern void set_child_info(void); extern void reverse_connect(char *str); extern void set_vnc_connect_prop(char *str); -extern void read_vnc_connect_prop(void); +extern void read_vnc_connect_prop(int); +extern void set_x11vnc_remote_prop(char *str); +extern void read_x11vnc_remote_prop(int); extern void check_connect_inputs(void); extern void check_gui_inputs(void); extern enum rfbNewClientAction new_client(rfbClientPtr client); |