aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/httpd.h
blob: 2fe292e6de36430d614eaab044db4b67a2e71ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * blogc: A blog compiler.
 * Copyright (C) 2014-2018 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 */