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