Converted README to markdown
[rox-filer.git] / ROX-Filer / src / tasklist.h
blob16a841e811ac18a56a5aeafd65bb524662f3b7ad
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _TASKLIST_H
7 #define _TASKLIST_H
9 void tasklist_set_active(gboolean active);
10 void tasklist_style_changed(void);
12 #endif /* _TASKLIST_H */