X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=cgi%2Fcanned_responses.h;h=aba58035a1c57213dfae02c6478b36dc8d226799;hb=HEAD;hp=9ae878dafb5431444f6dc11efe4b87c2b8258b86;hpb=b8df1ce6b0bb9bd51d46b8ad6dce195122126d5a;p=blerg.git diff --git a/cgi/canned_responses.h b/cgi/canned_responses.h index 9ae878d..aba5803 100644 --- a/cgi/canned_responses.h +++ b/cgi/canned_responses.h @@ -4,7 +4,7 @@ #ifndef _CANNED_RESPONSES #define _CANNED_RESPONSES -void respond_simple_data(unsigned const char *data, int len); +void respond_simple_data(const char *data, int len); void respond_403(); void respond_404(); void respond_405();