2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
5 * Extended filesystem attribute support for MIME types
12 MIME_type
*xtype_get(const char *path
);
13 int xtype_set(const char *path
, const MIME_type
*type
);
14 void xtype_init(void);
16 int xtype_have_attr(const char *path
);
18 /* path may be NULL to test for support in libc */
19 int xtype_supported(const char *path
);