aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-make/utils.h
blob: c15e390f810f24b16195d17723ee6dfb1781ad5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * 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_UTILS_H
#define _MAKE_UTILS_H

char* bm_generate_filename(const char *dir, const char *prefix, const char *fname,
    const char *ext);

#endif /* _MAKE_UTILS_H */