1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r25700: Now BOOL no longer exists in Samba 3.2, use bool instead.

Jeremy.
(This used to be commit ad0b9792f2)
This commit is contained in:
Jeremy Allison 2007-10-19 00:40:51 +02:00 committed by Stefan Metzmacher
parent bd2bf8990a
commit c940bec8d7

View 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;";