~ubuntu-branches/ubuntu/karmic/italc/karmic-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2008-02-11 23:40:20 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080211234020-o9fixmzxpa1ybhlq
Tags: upstream-1.0.6
Import upstream version 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
extern void check_new_passwds(int force);
12
12
extern int wait_for_client(int *argc, char** argv, int http);
13
13
extern rfbBool custom_passwd_check(rfbClientPtr cl, const char *response, int len);
 
14
extern char *xdmcp_insert;
14
15
 
15
16
#endif /* _X11VNC_USER_H */