]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
New function cdataout() for sending a string to the client as a CDATA block
[citadel.git] / webcit / webcit.h
index c67111119f38133fd8aafe9a207fb80b3b07ed6c..61644a0a2077e939c80df825c5d15f58e279f818 100644 (file)
@@ -694,6 +694,7 @@ void output_headers(    int do_httpheaders,
                        int suppress_check,
                        int cache);
 void output_custom_content_header(const char *ctype);
+void cdataout(char *rawdata);
 
 #ifdef UBER_VERBOSE_DEBUGGING
 #define wc_printf(...) wcc_printf(__FILE__, __FUNCTION__, __LINE__, __VA_ARGS__)