aboutsummaryrefslogtreecommitdiffstats
path: root/src/tree.h
blob: 548d254881c1c217781f186eb9798a64afd0277e (plain)
1
2
3
4
5
6
#ifndef LPASS_TREE_H
#define LPASS_TREE_H

int tree(const char *path, const char *prefix);

#endif /* LPASS_TREE_H */