diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fstree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fstree.h b/include/fstree.h index 35d6778..3cc4f48 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -183,7 +183,8 @@ tree_node_t *fstree_add_generic(fstree_t *fs, const char *path, Returns 0 on success. */ -int fstree_from_file(fstree_t *fs, const char *filename); +int fstree_from_file(fstree_t *fs, const char *filename, + const char *basepath); /* This function performs all the necessary post processing steps on the file |