summaryrefslogtreecommitdiff
path: root/source3/include/adt_tree.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-03-24 16:41:35 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-03-24 16:41:35 +0100
commit6f1b735cc2972ecd3d2acb30ff834273f08628fe (patch)
tree9a2545b0aebef9e867f57526c84c4710a06c9876 /source3/include/adt_tree.h
parent71d41a015add73e0fb355dd9713e99febd71d46f (diff)
downloadsamba-6f1b735cc2972ecd3d2acb30ff834273f08628fe.tar.gz
samba-6f1b735cc2972ecd3d2acb30ff834273f08628fe.tar.bz2
samba-6f1b735cc2972ecd3d2acb30ff834273f08628fe.zip
adt_tree: Avoid WERROR.
Diffstat (limited to 'source3/include/adt_tree.h')
-rw-r--r--source3/include/adt_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/adt_tree.h b/source3/include/adt_tree.h
index c2a869b0f2..7e43fa60f6 100644
--- a/source3/include/adt_tree.h
+++ b/source3/include/adt_tree.h
@@ -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 */