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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Winnertz
  • Date: 2008-06-17 13:46:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20080617134654-2y5m7ki93r5c1ysf
Tags: upstream-1.0.9~rc3
ImportĀ upstreamĀ versionĀ 1.0.9~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _X11VNC_PM_H
 
2
#define _X11VNC_PM_H
 
3
 
 
4
/* -- pm.h -- */
 
5
extern void check_pm(void);
 
6
extern void set_dpms_mode(char *mode);
 
7
 
 
8
#endif /* _X11VNC_PM_H */