r4085: Updated French manual translation (Arnaud Calvo).
[rox-filer.git] / ROX-Filer / src / xtypes.h
blobe7d0fb329eac4a0da12a322c3b68394400058e47
1 /*
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
6 */
8 #ifndef _XTYPES_H
9 #define _XTYPES_H
11 /* Prototypes */
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);
21 #endif