Standardize battery.c
[dwm-status.git] / clock.h
blob474e4527987b587f60d9b8502fd55bdc7f851a43
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 clock_context;
11 void clock_context_close(struct clock_context *_ctx);
12 struct clock_context *clock_context_open(void);
13 char *clock_str(struct clock_context *_ctx);