e127925afecc407b393d688d717c90bd529cfbfc
[pazpar2-moved-to-github.git] / src / http_command.h
1 #ifndef HTTP_COMMAND_H
2 #define HTTP_COMMAND
3
4 #include "http.h"
5
6 void http_command(struct http_channel *c);
7
8 #endif