| 1926 | |
| 1927 | |
| 1928 | int t_reply_with_body( struct cell *trans, unsigned int code, str *text, |
| 1929 | str *body, str *new_header, str *to_tag) |
| 1930 | { |
| 1931 | return _reply_with_body(trans, code, text, body, new_header, |
| 1932 | to_tag, 1 /* lock replies */); |
| 1933 | } |
no test coverage detected