~ubuntu-branches/debian/lenny/italc/lenny

« back to all changes in this revision

Viewing changes to ica/x11/x11vnc/help.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080617134654-cl0gi4u524cv1ici
Tags: 1:1.0.9~rc3-1
* Package new upstream version
  - upstream ported the code to qt4.4 (Closes: #481974)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _X11VNC_HELP_H
 
2
#define _X11VNC_HELP_H
 
3
 
 
4
/* -- help.h -- */
 
5
 
 
6
extern void print_help(int mode);
 
7
extern void print_license(void);
 
8
extern void xopen_display_fail_message(char *disp);
 
9
extern void nopassword_warning_msg(int gotloc);
 
10
 
 
11
#endif /* _X11VNC_HELP_H */