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 */