aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-12-31 14:38:13 -0600
committerRob Landley <rob@landley.net>2012-12-31 14:38:13 -0600
commit090c5c607ec682e5cfc03bbc745cd1ed28d5d6ce (patch)
treeb20960158a610080d44ac64cf6da3d7eded3e9b0 /lib/lib.h
parentef2af2e4d6ddb25cc9b17167e9db5a49b1265abe (diff)
downloadtoybox-090c5c607ec682e5cfc03bbc745cd1ed28d5d6ce.tar.gz
Make dirtree_handle_callback() start with dirtree_ like the rest of the dirtree functions.
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 17aaea25..d3d15b81 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -74,7 +74,7 @@ struct dirtree *dirtree_add_node(struct dirtree *p, char *name, int symfollow);
char *dirtree_path(struct dirtree *node, int *plen);
int dirtree_notdotdot(struct dirtree *catch);
int dirtree_parentfd(struct dirtree *node);
-struct dirtree *handle_callback(struct dirtree *new,
+struct dirtree *dirtree_handle_callback(struct dirtree *new,
int (*callback)(struct dirtree *node));
void dirtree_recurse(struct dirtree *node,
int (*callback)(struct dirtree *node), int symfollow);