Markdown: Properly escape stuff on the way to the server; fix loading & saving from...
[citadel.git] / webcit / tcp_sockets.h
index 4546669052b4cf1fb437bf04427b9afeb1e86a46..cb4987ce33881d4452665e6ac3aba6fb9de99a55 100644 (file)
@@ -46,6 +46,6 @@ int StrBuf_ServGetBLOBBuffered(StrBuf *buf, long BlobSize);
 int read_server_text(StrBuf *Buf, long *nLines);
 
 void text_to_server(char *ptr);
-void text_to_server_qp(char *ptr);
+void text_to_server_qp(const StrBuf *SendMeEncoded);
 void server_to_text(void);
 int lingering_close(int fd);