summaryrefslogtreecommitdiff
path: root/stun.h
diff options
context:
space:
mode:
Diffstat (limited to 'stun.h')
-rw-r--r--stun.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stun.h b/stun.h
new file mode 100644
index 0000000..e16c3e7
--- /dev/null
+++ b/stun.h
@@ -0,0 +1,6 @@
+#ifndef STUN_H
+#define STUN_H
+
+extern int print_stun_probe(char *server, int sport, int tport);
+
+#endif /* STUN_H */