From 01f4bd4f4d05e195911f4787f209b2ab6e2d8ab4 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 13 Apr 2008 14:41:44 +0200 Subject: adt_tree: change pathtree_add to return WERR instead of bool. Michael (This used to be commit da45fb92f69221758f36db4cbb7d871e3ce60718) --- source3/include/adt_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/adt_tree.h b/source3/include/adt_tree.h index 3e2f10001e..3acda8edb8 100644 --- a/source3/include/adt_tree.h +++ b/source3/include/adt_tree.h @@ -47,7 +47,7 @@ SORTED_TREE* pathtree_init( void *data_p, int (cmp_fn)(void*, void*) ); /* add a new path component */ -bool pathtree_add( SORTED_TREE *tree, const char *path, void *data_p ); +WERROR pathtree_add( SORTED_TREE *tree, const char *path, void *data_p ); /* search path */ -- cgit