Experimental version.. Trying to move state information into URL parameters
[pazpar2-moved-to-github.git] / http_command.h
index 67f9adb..e127925 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "http.h"
 
-struct http_response *http_command(struct http_request *r);
+void http_command(struct http_channel *c);
 
 #endif