X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=http_command.h;h=e127925afecc407b393d688d717c90bd529cfbfc;hb=071dfd751f962f8f2e15d8bb106405a90a70549f;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