summaryrefslogtreecommitdiffstats
path: root/util.h
blob: a9d12e0b7a22f14adb0c8c5b86d019850ddfe543 (plain)
1
2
3
4
5
6
7
8
9
#ifndef fooutilhfoo
#define fooutilhfoo

#include <glib.h>

gchar *flx_normalize_name(const gchar *s);
gchar *flx_get_host_name(void);

#endif