aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2008-02-20 01:47:56 -0600
committerRob Landley <rob@landley.net>2008-02-20 01:47:56 -0600
commit6e6871c3b253d26ab31e328dd5f9b6996b75688c (patch)
tree9b6e4916f33fee279b32d2ea787c23ebfd00c2f3 /lib/lib.h
parent61190a3637a73c73eb6d936f446b2a14f3c9562c (diff)
downloadtoybox-6e6871c3b253d26ab31e328dd5f9b6996b75688c.tar.gz
Add first pass at cp, totally untested, unlikely to work yet. :)
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 ee073e0c..21ef98ed 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -41,7 +41,7 @@ struct dirtree {
struct dirtree *dirtree_add_node(char *path);
struct dirtree *dirtree_read(char *path, struct dirtree *parent,
- int (*callback)(struct dirtree *node));
+ int (*callback)(struct dirtree *node, int after));
// lib.c
void xstrcpy(char *dest, char *src, size_t size);