From 71f2ec79180185a6c3db0c87f9d53c491dc31e76 Mon Sep 17 00:00:00 2001 From: runge Date: Mon, 9 Jan 2006 01:54:38 +0000 Subject: x11vnc: the big split. --- x11vnc/remote.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 x11vnc/remote.h (limited to 'x11vnc/remote.h') diff --git a/x11vnc/remote.h b/x11vnc/remote.h new file mode 100644 index 0000000..225f418 --- /dev/null +++ b/x11vnc/remote.h @@ -0,0 +1,15 @@ +#ifndef _X11VNC_REMOTE_H +#define _X11VNC_REMOTE_H + +/* -- remote.h -- */ + +extern int send_remote_cmd(char *cmd, int query, int wait); +extern int do_remote_query(char *remote_cmd, char *query_cmd, int remote_sync, + int qdefault); +extern void check_black_fb(void); +extern int check_httpdir(void); +extern void http_connections(int on); +extern int remote_control_access_ok(void); +extern char *process_remote_cmd(char *cmd, int stringonly); + +#endif /* _X11VNC_REMOTE_H */ -- cgit v1.2.1