X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=cgi%2Fcanned_responses.h;fp=cgi%2Fcanned_responses.h;h=aba58035a1c57213dfae02c6478b36dc8d226799;hb=49e79f4aad86d67e8b1eda877f8ee604f3c0a384;hp=9ae878dafb5431444f6dc11efe4b87c2b8258b86;hpb=445d414dca855f352a798fbfd77ad998d938aed4;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();