]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
messages.c: inching towards saving the attachments
[citadel.git] / webcit-ng / server / webcit.h
index 0b415ade0885c52b259908b503fb725c9affc5b7..a8c1275a88858ec809fedec59554baa94c5fb4e0 100644 (file)
@@ -179,3 +179,4 @@ int webcit_tcp_server(const char *ip_addr, int port_number, int queue_len);
 void UrlizeText(StrBuf* Target, StrBuf *Source, StrBuf *WrkBuf);
 void json_render_one_message(struct http_transaction *h, struct ctdlsession *c, long msgnum);
 void upload_files(struct http_transaction *h, struct ctdlsession *c);
+struct uploaded_file pop_upload(char *id);