aboutsummaryrefslogtreecommitdiffstats
path: root/src/tree.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-06-11 20:24:56 +0000
committerJoursoir <chat@joursoir.net>2021-06-11 20:24:56 +0000
commite41782a1af7c1217589a6c0f3580c8fb955a8c71 (patch)
treedde0eca657843b30ca3b82c3d0d4c42674a217a5 /src/tree.h
parent7ee736993663501dd0c4754f05fdd32a59977be5 (diff)
downloadlock-password-e41782a1af7c1217589a6c0f3580c8fb955a8c71.tar.gz
lock-password-e41782a1af7c1217589a6c0f3580c8fb955a8c71.tar.bz2
lock-password-e41782a1af7c1217589a6c0f3580c8fb955a8c71.zip
tree: make it possible to control the use of color
Diffstat (limited to 'src/tree.h')
-rw-r--r--src/tree.h2
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
***/
-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