aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/lighttpd.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2017-03-04 01:14:00 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2017-03-04 01:29:43 +0100
commit8c320bfe295ac1cbd1833d7fba5c54a325875add (patch)
tree88589ebb027a1cb7ba1e700d5ac3aa01304fd5ec /src/blogc-make/lighttpd.h
parent4c00812c31dfa42183c8b6586ccf102a6d65f61c (diff)
downloadblogc-feature/runserver-lighttpd.tar.gz
blogc-feature/runserver-lighttpd.tar.bz2
blogc-feature/runserver-lighttpd.zip
make: implemented lighttpd support to runserver rulefeature/runserver-lighttpd
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 */