00001
00023 #ifndef _KEX_CORE_H_
00024 #define _KEX_CORE_H_
00025
00026 #include "../../sr_module.h"
00027
00028 int w_km_append_branch(struct sip_msg *msg, char *uri, str *s2);
00029 int w_setdsturi(struct sip_msg *msg, char *uri, str *s2);
00030 int w_resetdsturi(struct sip_msg *msg, char *uri, str *s2);
00031 int w_isdsturiset(struct sip_msg *msg, char *uri, str *s2);
00032 int w_pv_printf(struct sip_msg *msg, char *s1, str *s2);
00033 int pv_printf_fixup(void** param, int param_no);
00034
00035 #endif