mpd.h (194B)
1 /* to have access to tag types */ 2 #include <mpd/tag.h> 3 4 struct mpd_arg { 5 const char *host; 6 const char *sep; 7 const enum mpd_tag_type *tags; 8 size_t ntags; 9 }; 10 11 size_t mpd_tag(struct Block *b);
statusbar program for dwm |
git clone anongit@rnpnr.xyz:status.git |
Log | Files | Refs | Feed | README | LICENSE |