diff options
Diffstat (limited to 'src/tree.h')
-rw-r--r-- | src/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |