You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
230 B
11 lines
230 B
19 years ago
|
#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 */
|