| 1164 | |
| 1165 | |
| 1166 | int t_reply_unsafe( struct cell *t, struct sip_msg* p_msg, unsigned int code, |
| 1167 | str * text ) |
| 1168 | { |
| 1169 | return _reply( t, p_msg, code, text, 0 /* don't lock replies */ ); |
| 1170 | } |
| 1171 | |
| 1172 | |
| 1173 | int t_gen_totag(struct sip_msg *msg, str *totag) |
no test coverage detected