Move copy_unix_token() from locking/locking.c to lib/util.c.
[kai/samba.git] / source3 / include / adt_tree.h
index c2a869b0f2704fab90920e23ad13fb6e4095d2ca..7e43fa60f6a154b9726b633393fde798fcb88f05 100644 (file)
@@ -32,7 +32,7 @@ struct sorted_tree *pathtree_init(void *data_p);
 
 /* add a new path component */
 
-WERROR pathtree_add(struct sorted_tree *tree, const char *path, void *data_p );
+bool pathtree_add(struct sorted_tree *tree, const char *path, void *data_p );
 
 /* search path */