aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/lighttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-make/lighttpd.h')
-rw-r--r--src/blogc-make/lighttpd.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/blogc-make/lighttpd.h b/src/blogc-make/lighttpd.h
new file mode 100644
index 0000000..6b7279d
--- /dev/null
+++ b/src/blogc-make/lighttpd.h
@@ -0,0 +1,16 @@
+/*
+ * blogc: A blog compiler.
+ * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ *
+ * This program can be distributed under the terms of the BSD License.
+ * See the file LICENSE.
+ */
+
+#ifndef _MAKE_LIGHTTPD_H
+#define _MAKE_LIGHTTPD_H
+
+char* bm_lighttpd_deploy(const char *output_dir, const char *host,
+ const char *port);
+void bm_lighttpd_destroy(const char *fname);
+
+#endif /* _MAKE_LIGHTTPD_H */