diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#ifndef fooutilhfoo +#define fooutilhfoo + +#include <glib.h> + +gchar *flx_normalize_name(gchar *s); +gchar *flx_get_host_name(void); + +#endif |