diff options
author | runge <runge> | 2006-06-24 01:00:43 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-24 01:00:43 +0000 |
commit | 9992160105b0433484bca804d62eb672aff113de (patch) | |
tree | 76447789365f2cfc38e5650a3a34cd9ad132382f /x11vnc/connections.h | |
parent | 64e731a9da82e3cc614e274d6fca6f855d0359b7 (diff) | |
download | libtdevnc-9992160105b0433484bca804d62eb672aff113de.tar.gz libtdevnc-9992160105b0433484bca804d62eb672aff113de.zip |
x11vnc: misc cleanup.
Diffstat (limited to 'x11vnc/connections.h')
-rw-r--r-- | x11vnc/connections.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/connections.h b/x11vnc/connections.h index 1f70d42..674759f 100644 --- a/x11vnc/connections.h +++ b/x11vnc/connections.h @@ -17,6 +17,7 @@ extern void close_all_clients(void); extern void close_clients(char *str); extern void set_client_input(char *str); extern void set_child_info(void); +extern int cmd_ok(char *cmd); extern void client_gone(rfbClientPtr client); extern void reverse_connect(char *str); extern void set_vnc_connect_prop(char *str); |