From e41782a1af7c1217589a6c0f3580c8fb955a8c71 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Fri, 11 Jun 2021 20:24:56 +0000 Subject: tree: make it possible to control the use of color --- src/tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tree.h') diff --git a/src/tree.h b/src/tree.h index 39fbf22..ee9d201 100644 --- a/src/tree.h +++ b/src/tree.h @@ -19,6 +19,6 @@ along with this program. If not, see . ***/ -int tree(const char *path, const char *prefix); +int tree(const char *path, const char *prefix, int use_color); #endif /* LPASS_TREE_H */ \ No newline at end of file -- cgit v1.2.3-18-g5258