| 865 | } |
| 866 | |
| 867 | static int w_setbflag(struct sip_msg *msg, void *flag, int *branch_idx) |
| 868 | { |
| 869 | return setbflag(msg, branch_idx ? *branch_idx : 0, (flag_t)(long)flag); |
| 870 | } |
| 871 | |
| 872 | static int w_resetbflag(struct sip_msg *msg, void *flag, int *branch_idx) |
| 873 | { |
nothing calls this directly
no test coverage detected