diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-24 02:53:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-24 02:53:46 +0000 |
commit | ca78aed46ef3aba22914d6805642427e88a724bb (patch) | |
tree | 413477ba7f86b57c129184f6b8195fed52a3feea /net/ser/files/patch-modules::nathelper::nathelper.h | |
parent | update to 0.9.3 (diff) |
Sync nathelper with the SER's trunk.
Notes
Notes:
svn path=/head/; revision=190770
Diffstat (limited to 'net/ser/files/patch-modules::nathelper::nathelper.h')
-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); |