aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/filelist-parser.h
blob: b0685548cd13ab26a136669864a07705ed6f3b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * blogc: A blog compiler.
 * Copyright (C) 2014-2020 Rafael G. Martins <rafael@rafaelmartins.eng.br>
 *
 * This program can be distributed under the terms of the BSD License.
 * See the file LICENSE.
 */

#ifndef _FILELIST_PARSER_H
#define _FILELIST_PARSER_H

#include "../common/utils.h"

bc_slist_t* blogc_filelist_parse(const char *src, size_t src_len);

#endif /* _FILELIST_PARSER_H */