| 870 | } |
| 871 | |
| 872 | static int w_resetbflag(struct sip_msg *msg, void *flag, int *branch_idx) |
| 873 | { |
| 874 | return resetbflag(msg, branch_idx ? *branch_idx : 0, (flag_t)(long)flag); |
| 875 | } |
| 876 | |
| 877 | static int w_isbflagset(struct sip_msg *msg, void *flag, int *branch_idx) |
| 878 | { |
nothing calls this directly
no test coverage detected