1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

adt_tree: Avoid WERROR.

This commit is contained in:
Jelmer Vernooij
2012-03-24 16:41:35 +01:00
parent 71d41a015a
commit 6f1b735cc2
3 changed files with 8 additions and 5 deletions

View 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 */