summaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-16 00:51:20 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-16 00:51:20 +0200
commitb4cbca161a1638e96d9e0a6fe12a29ed43173e43 (patch)
tree296cc7512f6e4baf1e357cedd628356bc2cf5aa5 /httpd.h
Committed some work.
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