diff options
Diffstat (limited to 'src/blogc-make/utils.h')
-rw-r--r-- | src/blogc-make/utils.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/blogc-make/utils.h b/src/blogc-make/utils.h deleted file mode 100644 index cbcfc0e..0000000 --- a/src/blogc-make/utils.h +++ /dev/null @@ -1,20 +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_UTILS_H -#define _MAKE_UTILS_H - -#include "../common/error.h" - -char* bm_generate_filename(const char *dir, const char *prefix, const char *fname, - const char *ext); -char* bm_generate_filename2(const char *dir, const char *prefix, const char *fname, - const char *prefix2, const char *fname2, const char *ext); -char* bm_abspath(const char *path, bc_error_t **err); - -#endif /* _MAKE_UTILS_H */ |