diff options
Diffstat (limited to 'net/ser/files/patch-modules::auth::auth_mod.h')
-rw-r--r-- | net/ser/files/patch-modules::auth::auth_mod.h | 27 |
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 */ |