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.
|
#ifndef _X11VNC_HELP_H
|
|
#define _X11VNC_HELP_H
|
|
|
|
/* -- help.h -- */
|
|
|
|
extern void print_help(int mode);
|
|
extern void print_license(void);
|
|
extern void xopen_display_fail_message(char *disp);
|
|
extern void nopassword_warning_msg(int gotloc);
|
|
|
|
#endif /* _X11VNC_HELP_H */
|