summaryrefslogtreecommitdiffstats
path: root/include/file-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/file-list.h')
-rw-r--r--include/file-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/file-list.h b/include/file-list.h
index 7e2a4d9205..5090313739 100644
--- a/include/file-list.h
+++ b/include/file-list.h
@@ -22,6 +22,7 @@ struct file_list {
};
struct file_list *file_list_parse(const char *str);
+struct file_list *file_list_parse_null(const char *str);
char *file_list_to_str(const struct file_list *files);
void file_list_free(struct file_list *);