From: Wilfried Goesgens Date: Sun, 20 Dec 2015 13:22:23 +0000 (+0100) Subject: remove disappeared function from header. X-Git-Tag: Release_902~112 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=ba90bf920a37e8c4053bf3feaefefbd2f4d910d2 remove disappeared function from header. --- diff --git a/webcit/webcit.h b/webcit/webcit.h index ced9d3414..dac34321a 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -636,7 +636,6 @@ void output_headers( int do_httpheaders, int unset_cookies, int suppress_check, int cache); -void output_custom_content_header(const char *ctype); void cdataout(char *rawdata);