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/help.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11vnc/help.h (limited to 'x11vnc/help.h') diff --git a/x11vnc/help.h b/x11vnc/help.h new file mode 100644 index 0000000..4c319e9 --- /dev/null +++ b/x11vnc/help.h @@ -0,0 +1,10 @@ +#ifndef _X11VNC_HELP_H +#define _X11VNC_HELP_H + +/* -- help.h -- */ + +extern void print_help(int mode); +extern void xopen_display_fail_message(char *disp); +extern void nopassword_warning_msg(int gotloc); + +#endif /* _X11VNC_HELP_H */ -- cgit v1.2.1