| 144 | |
| 145 | int init(char *set_name, char *dir); |
| 146 | bool |
| 147 | is_sane() |
| 148 | { |
| 149 | return (magic == HTTP_BODY_SET_MAGIC); |
| 150 | } |
| 151 | |
| 152 | HttpBodyTemplate *get_template_by_name(const char *name); |
| 153 | void set_template_by_name(const char *name, HttpBodyTemplate *t); |
no outgoing calls
no test coverage detected