r1996: Cope slightly better with invalid filenames in various places (reported by
[rox-filer.git] / ROX-Filer / src / tasklist.h
blobd57f74dfcd877eb14f4b61483d87c9e82ca01200
1 /*
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@users.sourceforge.net>.
6 */
8 #ifndef _TASKLIST_H
9 #define _TASKLIST_H
11 void tasklist_set_active(gboolean active);
12 void tasklist_style_changed(void);
14 #endif /* _TASKLIST_H */