aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/filelist-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/filelist-parser.h')
-rw-r--r--src/blogc/filelist-parser.h16
1 files changed, 16 insertions, 0 deletions
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 <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 */