summaryrefslogtreecommitdiffstats
path: root/domain-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'domain-test.c')
-rw-r--r--domain-test.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/domain-test.c b/domain-test.c
deleted file mode 100644
index f3deeac..0000000
--- a/domain-test.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "util.h"
-
-int main(int argc, char *argv[]) {
- gchar *s;
-
- g_message("host name: %s", s = avahi_get_host_name());
- g_free(s);
-
- g_message("%s", s = avahi_normalize_name("foo.foo."));
- g_free(s);
-
- g_message("%s", s = avahi_normalize_name("foo.foo."));
- g_free(s);
-
-
- g_message("%i", avahi_domain_equal("\\aaa bbb\\.cccc\\\\.dee.fff.", "aaa\\ bbb\\.cccc\\\\.dee.fff"));
-
- return 0;
-}