svn commit: samba r25578 - in branches/SAMBA_4_0/source/libcli/swig: .

metze at samba.org metze at samba.org
Mon Oct 8 14:21:24 GMT 2007


Author: metze
Date: 2007-10-08 14:21:22 +0000 (Mon, 08 Oct 2007)
New Revision: 25578

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25578

Log:
BOOL -> bool

metze
Modified:
   branches/SAMBA_4_0/source/libcli/swig/libcli_nbt.i


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/swig/libcli_nbt.i
===================================================================
--- branches/SAMBA_4_0/source/libcli/swig/libcli_nbt.i	2007-10-08 14:19:35 UTC (rev 25577)
+++ branches/SAMBA_4_0/source/libcli/swig/libcli_nbt.i	2007-10-08 14:21:22 UTC (rev 25578)
@@ -39,7 +39,7 @@
 
 %}
 
-%apply bool { BOOL };
+%apply bool { bool };
 %apply int { uint8_t };
 %apply int { int8_t };
 %apply unsigned int { uint16_t };
@@ -112,8 +112,8 @@
 	struct {
 		struct nbt_name name;
 		const char *dest_addr;
-		BOOL broadcast;
-		BOOL wins_lookup;
+		bool broadcast;
+		bool wins_lookup;
 		int timeout; /* in seconds */
 		int retries;
 	} in;



More information about the samba-cvs mailing list