summaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/httpd.h b/httpd.h
new file mode 100644
index 0000000..73b2c2f
--- /dev/null
+++ b/httpd.h
@@ -0,0 +1,9 @@
+#ifndef _HTTPD_H_
+#define _HTTPD_H_
+
+#include <glib.h>
+
+gboolean httpd_start();
+void httpd_stop();
+
+#endif