Standardize battery.c
[dwm-status.git] / load.h
blob11a3df41bb99ed104ff734f1544ec98179a0f252
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 load_context;
11 void load_context_close(struct load_context *_ctx);
12 struct load_context *load_context_open(void);
13 char *load_str(struct load_context *_ctx);