diff options
Diffstat (limited to 'src/blogc-make/httpd.h')
-rw-r--r-- | src/blogc-make/httpd.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/blogc-make/httpd.h b/src/blogc-make/httpd.h deleted file mode 100644 index b0fa87d..0000000 --- a/src/blogc-make/httpd.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 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_HTTPD_H -#define _MAKE_HTTPD_H - -#include "../common/utils.h" -#include "ctx.h" -#include "rules.h" - -int bm_httpd_run(bm_ctx_t **ctx, bm_rule_exec_func_t rule_exec, bc_slist_t *outputs, - bc_trie_t *args); - -#endif /* _MAKE_HTTPD_H */ |