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

#include <glib.h>

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

#endif