]> git.meshlink.io Git - catta/blob - util.h
initial commit
[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