summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::auth::auth_mod.h
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
commit0fa030f274a2e4f83f08592f507c3f4969d0f643 (patch)
tree84744a0b420d19c6adeba7ba0b6503a6b50205bc /net/ser/files/patch-modules::auth::auth_mod.h
parentUpdate to 0.5.1. (diff)
Update to 0.9.3.
Notes
Notes: svn path=/head/; revision=138672
Diffstat (limited to 'net/ser/files/patch-modules::auth::auth_mod.h')
-rw-r--r--net/ser/files/patch-modules::auth::auth_mod.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/ser/files/patch-modules::auth::auth_mod.h b/net/ser/files/patch-modules::auth::auth_mod.h
new file mode 100644
index 000000000000..8d3304af4139
--- /dev/null
+++ b/net/ser/files/patch-modules::auth::auth_mod.h
@@ -0,0 +1,27 @@
+
+$FreeBSD$
+
+--- modules/auth/auth_mod.h.orig
++++ modules/auth/auth_mod.h
+@@ -36,7 +36,7 @@
+
+ #include "../../str.h"
+ #include "../../parser/msg_parser.h" /* struct sip_msg */
+-
++#include "../tm/tm_load.h"
+
+ /*
+ * Module parameters variables
+@@ -46,9 +46,11 @@
+ extern str rpid_prefix; /* Remote-Party-ID prefix */
+ extern str rpid_suffix; /* Remote-Party-ID suffix */
+ extern str realm_prefix; /* strip off auto-generated realm */
+-
++extern int use_tm;
+
+ /* Stateless reply function pointer */
+ extern int (*sl_reply)(struct sip_msg* _m, char* _str1, char* _str2);
++
++extern struct tm_binds tmb;
+
+ #endif /* AUTH_MOD_H */