Standardize battery.c
[dwm-status.git] / battery.h
blobefb5de4fb09fa7e871add3d9db4f9959aa48e54a
1 /*-
2 * "THE BEER-WARE LICENSE" (Revision 42):
3 * <tobias.rehbein@web.de> wrote this file. As long as you retain this notice
4 * you can do whatever you want with this stuff. If we meet some day, and you
5 * think this stuff is worth it, you can buy me a beer in return.
6 * Tobias Rehbein
7 */
9 struct battery_context;
11 void battery_context_close(struct battery_context *_ctx);
12 struct battery_context *battery_context_open(void);
13 char *battery_str(struct battery_context *_ctx);