summaryrefslogtreecommitdiff
path: root/stun.h
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:58:51 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 11:58:51 +0200
commitb1d59d3eda7ee4f09b30f807d72aac2af58409ac (patch)
tree1131681dd1b0aaf6d4d01ae6c7504422097d43ce /stun.h
parent83ef345503943cc6f7c2f02381f71113601e8261 (diff)
stun: add header file
Add a header file for stun functions. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
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 */