X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=03877576df770f2e97142bbe2f03e34ae4c4ca69;hb=8134bf8f534a19de35fb39a1eed47eb75f27a47c;hp=a47f5f31eca2064a602f049229a1d861bf6ff95b;hpb=32bb074082ebf14d486fadb144d5e63abd710e45;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index a47f5f31e..03877576d 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -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);