aboutsummaryrefslogtreecommitdiffstats
path: root/src/tree.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-02-26 13:07:57 +0000
committerJoursoir <chat@joursoir.net>2021-02-26 13:07:57 +0000
commite6f8a3570b63724091c4cec78db609ad65963d65 (patch)
tree608b8a7e3cf61a226ec67db3911397319812b805 /src/tree.h
parent9824208d05a2ba476cbb3f583fa2df3080a00967 (diff)
downloadlock-password-e6f8a3570b63724091c4cec78db609ad65963d65.tar.gz
lock-password-e6f8a3570b63724091c4cec78db609ad65963d65.tar.bz2
lock-password-e6f8a3570b63724091c4cec78db609ad65963d65.zip
create own function: tree
Diffstat (limited to 'src/tree.h')
-rw-r--r--src/tree.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tree.h b/src/tree.h
new file mode 100644
index 0000000..548d254
--- /dev/null
+++ b/src/tree.h
@@ -0,0 +1,6 @@
+#ifndef LPASS_TREE_H
+#define LPASS_TREE_H
+
+int tree(const char *path, const char *prefix);
+
+#endif /* LPASS_TREE_H */ \ No newline at end of file