[BACK]Return to power.h CVS log [TXT][DIR] Up to [local] / prex-old / include / prex

Diff for /prex-old/include/prex/power.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:44 version 1.1.1.1.2.1, 2008/08/13 17:12:27
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 2005, Kohsuke Ohtani   * Copyright (c) 2005-2008, Kohsuke Ohtani
  * All rights reserved.   * All rights reserved.
  *   *
  * Redistribution and use in source and binary forms, with or without   * Redistribution and use in source and binary forms, with or without
Line 33 
Line 33 
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
 __BEGIN_DECLS  __BEGIN_DECLS
 int     shutdown(int option);  int     pm_poweroff(int option);
   int     pm_reboot(int option);
   int     pm_suspend(int option);
   int     pm_idletimer(int sec);
   int     pm_setpolicy(int policy);
 __END_DECLS  __END_DECLS
   
 #endif /* !_PREX_POWER_H */  #endif /* !_PREX_POWER_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb