]> git.meshlink.io Git - catta/blob - util.h
a5d9feb791dc22ed7a9ee8ab741eb4db1891224b
[catta] / util.h
1 #ifndef fooutilhfoo
2 #define fooutilhfoo
3
4 #include <glib.h>
5
6 gchar *flx_normalize_name(gchar *s);
7 gchar *flx_get_host_name(void);
8
9 #endif