Split conky.h into several smaller header files
[monky] / src / audacious.h
index db03b40..65a0b67 100644 (file)
 #ifndef AUDACIOUS_H
 #define AUDACIOUS_H
 
+struct audacious_s {
+       audacious_t items;      /* e.g. items[AUDACIOUS_STATUS] */
+       int max_title_len;      /* e.g. ${audacious_title 50} */
+       timed_thread *p_timed_thread;
+};
+
 enum _audacious_items {
        AUDACIOUS_STATUS = 0,
        AUDACIOUS_TITLE,