Split conky.h into several smaller header files
[monky] / src / bmpx.h
1 #ifndef BMPX_H_
2 #define BMPX_H_
3
4 void update_bmpx(void);
5 struct bmpx_s {
6         char *title;
7         char *artist;
8         char *album;
9         char *uri;
10         int bitrate;
11         int track;
12 };
13
14 #endif /*BMPX_H_*/