aboutsummaryrefslogtreecommitdiffstats
path: root/applets/battery/battery.h
blob: cf2343175e9d60c4b1f5c22afb07476b8b6535d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * (C) 2008 Intel.
 *
 * Licensed under the GPL v2 or greater.
 */

#ifndef MB_APPLET_BATTERY_H
#define MB_APPLET_BATTERY_H

#include <string.h>

int pm_support(void);
const char* pm_battery_icon(void);

#endif