=================================================================== RCS file: /cvs/prex-old/include/prex/power.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/include/prex/power.h 2008/06/03 10:38:44 1.1.1.1 +++ prex-old/include/prex/power.h 2008/08/13 17:12:27 1.1.1.1.2.1 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Kohsuke Ohtani + * Copyright (c) 2005-2008, Kohsuke Ohtani * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -33,7 +33,11 @@ #include __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 #endif /* !_PREX_POWER_H */