r25700: Now BOOL no longer exists in Samba 3.2, use bool instead.
authorJeremy Allison <jra@samba.org>
Thu, 18 Oct 2007 22:40:51 +0000 (00:40 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:43:20 +0000 (05:43 +0100)
Jeremy.

source/pidl/lib/Parse/Pidl/Samba3/ServerNDR.pm

index b3aa98ee0a80800bf78f7413619e40180aeba9b8..82cadd9bcc14eef3f270b566bbdf9caae2a1d7a8 100644 (file)
@@ -84,7 +84,7 @@ sub ParseFunction($$)
 
        my $op = "NDR_".uc($fn->{NAME});
 
-       pidl "static BOOL api_$fn->{NAME}(pipes_struct *p)";
+       pidl "static bool api_$fn->{NAME}(pipes_struct *p)";
        pidl "{";
        indent;
        pidl "const struct ndr_interface_call *call;";