| 1157 | |
| 1158 | |
| 1159 | int t_reply( struct cell *t, struct sip_msg* p_msg, unsigned int code, |
| 1160 | const str * text ) |
| 1161 | { |
| 1162 | return _reply( t, p_msg, code, text, 1 /* lock replies */ ); |
| 1163 | } |
| 1164 | |
| 1165 | |
| 1166 | int t_reply_unsafe( struct cell *t, struct sip_msg* p_msg, unsigned int code, |
no test coverage detected