Reorganized source tree
[pazpar2-moved-to-github.git] / src / http_command.h
diff --git a/src/http_command.h b/src/http_command.h
new file mode 100644 (file)
index 0000000..e127925
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef HTTP_COMMAND_H
+#define HTTP_COMMAND
+
+#include "http.h"
+
+void http_command(struct http_channel *c);
+
+#endif