summaryrefslogtreecommitdiff
path: root/source3/registry/reg_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/registry/reg_util.c')
-rw-r--r--source3/registry/reg_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/registry/reg_util.c b/source3/registry/reg_util.c
index e911d6af8c..7eb3c2a3a5 100644
--- a/source3/registry/reg_util.c
+++ b/source3/registry/reg_util.c
@@ -32,7 +32,7 @@
WARNING!! Does modify the original string!
***********************************************************************/
-BOOL reg_split_path( char *path, char **base, char **new_path )
+bool reg_split_path( char *path, char **base, char **new_path )
{
char *p;
@@ -62,7 +62,7 @@ BOOL reg_split_path( char *path, char **base, char **new_path )
WARNING!! Does modify the original string!
***********************************************************************/
-BOOL reg_split_key( char *path, char **base, char **key )
+bool reg_split_key( char *path, char **base, char **key )
{
char *p;