X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp_command.h;fp=src%2Fhttp_command.h;h=e127925afecc407b393d688d717c90bd529cfbfc;hb=fe3383c0559a453df1e5076fc6faac6d1a11685c;hp=0000000000000000000000000000000000000000;hpb=071dfd751f962f8f2e15d8bb106405a90a70549f;p=pazpar2-moved-to-github.git diff --git a/src/http_command.h b/src/http_command.h new file mode 100644 index 0000000..e127925 --- /dev/null +++ b/src/http_command.h @@ -0,0 +1,8 @@ +#ifndef HTTP_COMMAND_H +#define HTTP_COMMAND + +#include "http.h" + +void http_command(struct http_channel *c); + +#endif