Fix bug #814: pazpar2 does not compile on Debian woody. Use xmlParseFile
[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