diff lib/lib.h @ 262:70f36d9c5387

Add first pass at cp, totally untested, unlikely to work yet. :)
author Rob Landley <rob@landley.net>
date Wed, 20 Feb 2008 01:47:56 -0600
parents 630b2e12db16
children 7c53152a483b
line wrap: on
line diff
--- a/lib/lib.h	Mon Feb 18 03:32:17 2008 -0600
+++ b/lib/lib.h	Wed Feb 20 01:47:56 2008 -0600
@@ -41,7 +41,7 @@
 
 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);