r3777: Typo (spotted by Arnaud Calvo).
[rox-filer.git] / ROX-Filer / src / usericons.h
blobbdb2a44452b29abba04991589a955962eb955dab
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
5 * Diego Zamboni, Feb 7, 2001
6 */
8 #ifndef _USERICONS_H_
9 #define _USERICONS_H_
11 /* Public interface */
12 void read_globicons(void);
13 void check_globicon(const guchar *path, DirItem *item);
14 void icon_set_handler_dialog(DirItem *item, const guchar *path);
16 #endif