Standardize battery.c
[dwm-status.git] / mpd.h
blob7a94f9f3631f21e3b1ca442d71b1bfc32b2ea8c3
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 mpd_context;
11 void mpd_context_close(struct mpd_context *_ctx);
12 struct mpd_context *mpd_context_open(void);
13 char *mpd_str(struct mpd_context *_ctx);