00001
00148 #ifndef THIG_H_
00149 #define THIG_H_
00150
00151 #include "mod.h"
00152 #include "../../sr_module.h"
00153
00154 int I_THIG_add_Path(struct sip_msg* msg, char* str1, char* str2);
00155 int I_THIG_add_RR(struct sip_msg* msg, char* str1, char* str2);
00156
00157 int I_THIG_encrypt_header(struct sip_msg* msg, char* str1, char* str2);
00158 int I_THIG_decrypt_header(struct sip_msg* msg, char* str1, char* str2);
00159
00160 int I_THIG_encrypt_all_headers(struct sip_msg* msg, char* str1, char* str2);
00161 int I_THIG_decrypt_all_headers(struct sip_msg* msg, char* str1, char* str2);
00162
00163 #endif