]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Memleak: put request local strings into the http-header array (we used SVPUT to manag...
[citadel.git] / webcit / webcit.h
index c00cf59e1bfa1328aa8a51978dc51bf099fe5bdd..163830c4698d4d1099ff5410d4179aea39a53be3 100644 (file)
@@ -221,7 +221,7 @@ extern char *ssl_cipher_list;
 
 
 
-
+#define SRV_STATUS_MSG(ServerLineBuf) (ChrPtr(ServerLineBuf) + 4), (StrLength(ServerLineBuf) - 4)
 #define MAJORCODE(a) (((int)(a / 100) ) * 100)
 
 #define LISTING_FOLLOWS        100
@@ -658,6 +658,7 @@ void pullquote_fmout(void);
 void wDumpContent(int);
 
 
+void PutRequestLocalMem(void *Data, DeleteHashDataFunc DeleteIt);
 
 void UrlescPutStrBuf(const StrBuf *strbuf);
 void StrEscPuts(const StrBuf *strbuf);