From 050d32ae204b64f7098b12c77cdb92a33ebc7562 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 29 May 2020 01:23:04 +0200 Subject: blogc: added filelist parser --- src/blogc/filelist-parser.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/blogc/filelist-parser.h (limited to 'src/blogc/filelist-parser.h') diff --git a/src/blogc/filelist-parser.h b/src/blogc/filelist-parser.h new file mode 100644 index 0000000..5c65ee0 --- /dev/null +++ b/src/blogc/filelist-parser.h @@ -0,0 +1,16 @@ +/* + * blogc: A blog compiler. + * Copyright (C) 2014-2019 Rafael G. Martins + * + * 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 */ -- cgit v1.2.3-18-g5258