From 8c320bfe295ac1cbd1833d7fba5c54a325875add Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 4 Mar 2017 01:14:00 +0100 Subject: make: implemented lighttpd support to runserver rule --- src/blogc-make/lighttpd.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/blogc-make/lighttpd.h (limited to 'src/blogc-make/lighttpd.h') 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 + * + * 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 */ -- cgit v1.2.3-18-g5258