aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnocksy/gns_glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnocksy/gns_glue.h')
-rw-r--r--src/gns/gnocksy/gns_glue.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gns/gnocksy/gns_glue.h b/src/gns/gnocksy/gns_glue.h
new file mode 100644
index 000000000..403a1a973
--- /dev/null
+++ b/src/gns/gnocksy/gns_glue.h
@@ -0,0 +1,10 @@
1int
2gns_glue_get_auth ( char* name, char* auth );
3
4int
5gns_glue_shorten ( char* name, char* shortened);
6
7int
8gns_glue_expand_and_shorten (char* to_expand,
9 char* host,
10 char* shortened);