]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
Various operations in the /ctdl/p/ hierarchy to handle uploading of attachments
[citadel.git] / webcit-ng / server / webcit.h
index 7cc853a4de93a013f8a8aba908c59ac2cad5dcc2..a52ac59930bf530a3e5beef8bc0397c40c9007db 100644 (file)
@@ -130,6 +130,7 @@ void add_response_header(struct http_transaction *h, char *key, char *val);
 void perform_request(struct http_transaction *);
 void do_204(struct http_transaction *);
 void do_404(struct http_transaction *);
+void do_405(struct http_transaction *);
 void do_412(struct http_transaction *);
 void do_502(struct http_transaction *);
 void output_static(struct http_transaction *);