svn commit: samba r2407 - in branches/SAMBA_4_0/source/script: .

tridge at samba.org tridge at samba.org
Sat Sep 18 08:18:44 GMT 2004


Author: tridge
Date: 2004-09-18 08:18:44 +0000 (Sat, 18 Sep 2004)
New Revision: 2407

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/script&rev=2407&nolog=1

Log:
extend mkproto.pl to handle smb_ucs2_t for toupper_w()




Modified:
   branches/SAMBA_4_0/source/script/mkproto.pl


Changeset:
Modified: branches/SAMBA_4_0/source/script/mkproto.pl
===================================================================
--- branches/SAMBA_4_0/source/script/mkproto.pl	2004-09-18 08:18:10 UTC (rev 2406)
+++ branches/SAMBA_4_0/source/script/mkproto.pl	2004-09-18 08:18:44 UTC (rev 2407)
@@ -70,7 +70,7 @@
 			      ^void|^BOOL|^int|^struct|^char|^const|^\w+_[tT]\s|^uint|^unsigned|^long|
 			      ^NTSTATUS|^ADS_STATUS|^enum\s.*\(|^DATA_BLOB|^WERROR|^XFILE|^FILE|^DIR|
 			      ^double|^TDB_CONTEXT|^TDB_DATA|^TALLOC_CTX|^NTTIME|^FN_|^REG_KEY|^REG_HANDLE|^REG_VAL|
-			      ^GtkWidget|^GType
+			      ^GtkWidget|^GType|^smb_ucs2_t
 			      /xo);
 
 		if ($line =~ /^FN_/) {



More information about the samba-cvs mailing list