summaryrefslogtreecommitdiff
path: root/source4/param/util.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-08 12:42:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:05:38 -0500
commitffeee68e4b72dd94fee57366bd8d38b8c284c3d4 (patch)
treea34ba763c0c9d4dc10a58484ed8277f2a6cbfa2f /source4/param/util.c
parent1dfe79de91858d7568a1131d010a383e459dd8f9 (diff)
downloadsamba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.gz
samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.tar.bz2
samba-ffeee68e4b72dd94fee57366bd8d38b8c284c3d4.zip
r25026: Move param/param.h out of includes.h
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
Diffstat (limited to 'source4/param/util.c')
-rw-r--r--source4/param/util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/param/util.c b/source4/param/util.c
index 6e6e12596b..308d4bfc2b 100644
--- a/source4/param/util.c
+++ b/source4/param/util.c
@@ -27,6 +27,7 @@
#include "system/network.h"
#include "system/filesys.h"
#include "system/dir.h"
+#include "param/param.h"
/**
* @file
@@ -38,7 +39,7 @@
see if a string matches either our primary or one of our secondary
netbios aliases. do a case insensitive match
*/
-_PUBLIC_ BOOL is_myname(const char *name)
+_PUBLIC_ bool is_myname(const char *name)
{
const char **aliases;
int i;