]> git.meshlink.io Git - catta/blob - util.h
* add support for both ipv4 AND ipv6 reverse lookups
[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