X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=http_command.h;h=e127925afecc407b393d688d717c90bd529cfbfc;hb=eadd4da69adeb542e524c81f39a2f91e5c4d43d7;hp=67f9adb8ccee35539cbfd8c102bbd30bc43a1251;hpb=3dbff6d94b35be949f03bcd922129458747bcda2;p=pazpar2-moved-to-github.git diff --git a/http_command.h b/http_command.h index 67f9adb..e127925 100644 --- a/http_command.h +++ b/http_command.h @@ -3,6 +3,6 @@ #include "http.h" -struct http_response *http_command(struct http_request *r); +void http_command(struct http_channel *c); #endif