svn commit: samba r20730 - in branches/SAMBA_4_0/source/lib/util: .

metze at samba.org metze at samba.org
Sat Jan 13 15:01:39 GMT 2007


Author: metze
Date: 2007-01-13 15:01:39 +0000 (Sat, 13 Jan 2007)
New Revision: 20730

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

Log:
this can be const

metze
Modified:
   branches/SAMBA_4_0/source/lib/util/data_blob.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/util/data_blob.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util/data_blob.c	2007-01-13 11:37:13 UTC (rev 20729)
+++ branches/SAMBA_4_0/source/lib/util/data_blob.c	2007-01-13 15:01:39 UTC (rev 20730)
@@ -150,7 +150,7 @@
 /**
 print the data_blob as hex string
 **/
-_PUBLIC_ char *data_blob_hex_string(TALLOC_CTX *mem_ctx, DATA_BLOB *blob)
+_PUBLIC_ char *data_blob_hex_string(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob)
 {
 	int i;
 	char *hex_string;



More information about the samba-cvs mailing list