X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=util.h;fp=util.h;h=a5d9feb791dc22ed7a9ee8ab741eb4db1891224b;hb=33ccd714ea9469b5b7d3b36bbe468ba1b0f31dfc;hp=0000000000000000000000000000000000000000;hpb=2095aa52444f9ab598475ddcf8ca1773a02f8e13;p=catta diff --git a/util.h b/util.h new file mode 100644 index 0000000..a5d9feb --- /dev/null +++ b/util.h @@ -0,0 +1,9 @@ +#ifndef fooutilhfoo +#define fooutilhfoo + +#include + +gchar *flx_normalize_name(gchar *s); +gchar *flx_get_host_name(void); + +#endif