diff options
Diffstat (limited to 'x11vnc/remote.h')
-rw-r--r-- | x11vnc/remote.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/remote.h b/x11vnc/remote.h index ee064d3..14e7261 100644 --- a/x11vnc/remote.h +++ b/x11vnc/remote.h @@ -44,4 +44,7 @@ extern void http_connections(int on); extern int remote_control_access_ok(void); extern char *process_remote_cmd(char *cmd, int stringonly); +extern char *query_result; + + #endif /* _X11VNC_REMOTE_H */ |