r40: Changed MIME system slightly - now uses MIME-open, MIME-icons, etc.
[rox-filer.git] / ROX-Filer / src / support.h
blob609d7a721226b8f4dcbee77af0deb998816fee5d
1 /* vi: set cindent:
2 * $Id$
4 * ROX-Filer, filer for the ROX desktop project
5 * By Thomas Leonard, <tal197@ecs.soton.ac.uk>.
6 */
8 #ifndef _SUPPORT_H
9 #define _SUPPORT_H
11 #include <glib.h>
13 char *pathdup(char *path);
14 GString *make_path(char *dir, char *leaf);
15 char *our_host_name();
16 int spawn(char **argv);
17 int spawn_in(char **argv, char *dir);
18 void debug_free_string(void *data);
20 #endif /* _SUPPORT_H */