* swap I/O to the new functions
[citadel.git] / webcit / webcit.c
index a47f5f31eca2064a602f049229a1d861bf6ff95b..03877576df770f2e97142bbe2f03e34ae4c4ca69 100644 (file)
@@ -346,7 +346,7 @@ void output_static(const char *what)
  * titlebarmsg         text to display in the title bar
  * messagetext         body of the box
  */
-void convenience_page(char *titlebarcolor, char *titlebarmsg, char *messagetext)
+void convenience_page(const char *titlebarcolor, const char *titlebarmsg, const char *messagetext)
 {
        hprintf("HTTP/1.1 200 OK\n");
        output_headers(1, 1, 2, 0, 0, 0);