~ubuntu-branches/debian/squeeze/hal/squeeze

« back to all changes in this revision

Viewing changes to hald/util_pm.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
int util_compute_time_remaining (const char *id, int chargeRate, int chargeLevel, int chargeLastFull, 
33
33
                                 gboolean isDischarging, gboolean isCharging, gboolean guessChargeRate);
34
34
 
35
 
int util_compute_percentage_charge (const char *id, int chargeLevel, int chargeLastFull);
36
 
 
37
35
#endif /* UTIL__PM_H */