summaryrefslogtreecommitdiffstats
path: root/x11vnc/remote.h
blob: 225f418eecbf9b9e57f35f2e52dcbed3c208e973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */