From b4ed8c836598a68d68aed90fe7d0c1a48d4a7583 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 31 Aug 2001 03:38:48 +0000 Subject: Fix up some compile issues. We can't have C99 comments and add a smattering of const. (This used to be commit af53e774d754d72b01d9840e8b45d27bc394e33d) --- source3/rpc_parse/parse_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_parse/parse_misc.c') diff --git a/source3/rpc_parse/parse_misc.c b/source3/rpc_parse/parse_misc.c index 2a6560f8ce..3015e383fd 100644 --- a/source3/rpc_parse/parse_misc.c +++ b/source3/rpc_parse/parse_misc.c @@ -786,7 +786,7 @@ void init_buf_unistr2(UNISTR2 *str, uint32 *ptr, const char *buf) Copies a UNISTR2 structure. ********************************************************************/ -void copy_unistr2(UNISTR2 *str, UNISTR2 *from) +void copy_unistr2(UNISTR2 *str, const UNISTR2 *from) { /* set up string lengths. add one if string is not null-terminated */ -- cgit