From bc4af8dd5ef900f0ab46f4ddaf91e33772a3e029 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 13 Jan 2007 15:01:39 +0000 Subject: r20730: this can be const metze (This used to be commit 181db920476a9ebddeee1ebea17be0baf85ea59e) --- source4/lib/util/data_blob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/util') diff --git a/source4/lib/util/data_blob.c b/source4/lib/util/data_blob.c index 3253d52ee7..7230aa9d99 100644 --- a/source4/lib/util/data_blob.c +++ b/source4/lib/util/data_blob.c @@ -150,7 +150,7 @@ _PUBLIC_ BOOL data_blob_equal(const DATA_BLOB *d1, const DATA_BLOB *d2) /** 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; -- cgit