| 171 | } |
| 172 | |
| 173 | static void select_getanyfile(struct strbuf *hdr) |
| 174 | { |
| 175 | if (!getanyfile) |
| 176 | forbidden(hdr, "Unsupported service: getanyfile"); |
| 177 | } |
| 178 | |
| 179 | static void send_strbuf(struct strbuf *hdr, |
| 180 | const char *type, struct strbuf *buf) |
no test coverage detected