diff options
Diffstat (limited to '')
-rw-r--r-- | net/ser/files/patch-modules::nathelper::nathelper.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/ser/files/patch-modules::nathelper::nathelper.h b/net/ser/files/patch-modules::nathelper::nathelper.h index 7edb4b1641d3..3c94cccdea36 100644 --- a/net/ser/files/patch-modules::nathelper::nathelper.h +++ b/net/ser/files/patch-modules::nathelper::nathelper.h @@ -1,6 +1,9 @@ ---- modules/nathelper/nathelper.h + +$FreeBSD$ + +--- /dev/null +++ modules/nathelper/nathelper.h -@@ -0,0 +1,74 @@ +@@ -0,0 +1,76 @@ +/* + * $Id: patch-modules::nathelper::nathelper.h,v 1.2 2005/04/05 13:10:08 netch Exp $ + * @@ -41,6 +44,8 @@ +/* Parameters from nathelper.c */ +extern struct socket_info* force_socket; + ++int natpinger_child_init(int); ++int natpinger_cleanup(void); +/* Functions from nathelper.c */ +int isnulladdr(str *, int); +int get_to_tag(struct sip_msg* _m, str* _tag); |