More type fixing
[blerg.git] / cgi / canned_responses.h
index 9ae878d..aba5803 100644 (file)
@@ -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();