00001
00023 #ifndef _KEX_FLAGS_H_
00024 #define _KEX_FLAGS_H_
00025
00026 #include "../../sr_module.h"
00027
00028 int w_issflagset(struct sip_msg *msg, char *flag, str *s2);
00029 int w_resetsflag(struct sip_msg *msg, char *flag, str *s2);
00030 int w_setsflag(struct sip_msg *msg, char *flag, char *s2);
00031 int w_isbflagset(struct sip_msg *msg, char *flag, str *idx);
00032 int w_resetbflag(struct sip_msg *msg, char *flag, str *idx);
00033 int w_setbflag(struct sip_msg *msg, char *flag, char *idx);
00034
00035 #endif