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:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user