From b1d59d3eda7ee4f09b30f807d72aac2af58409ac Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:58:51 +0200 Subject: stun: add header file Add a header file for stun functions. Signed-off-by: Daniel Borkmann --- stun.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'stun.c') diff --git a/stun.c b/stun.c index 2389145..4ea4eac 100644 --- a/stun.c +++ b/stun.c @@ -1,9 +1,3 @@ -/* - * netsniff-ng - the packet sniffing beast - * Copyright 2011 Daniel Borkmann. - * Subject to the GPL, version 2. - */ - #include #include #include @@ -21,8 +15,7 @@ #include "xmalloc.h" #include "die.h" #include "sock.h" - -extern int print_stun_probe(char *server, int sport, int tport); +#include "stun.h" #define BINDING_REQUEST 0x0001 #define BINDING_RESPONSE 0x0101 -- cgit v1.2.3-54-g00ecf