From 6c52d763eb9f6887ce7d09bb3b5913c80a816674 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 16 Jan 2007 04:35:14 +0000 Subject: const-ify the parts of the API that deal with firmware image blobs git-svn-id: http://svn.asterisk.org/svn/octasic_api/oct612x/trunk@16 537310ab-6354-42db-a3cc-247b777f7be6 --- software/include/oct6100api/oct6100_apiud.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'software/include/oct6100api/oct6100_apiud.h') diff --git a/software/include/oct6100api/oct6100_apiud.h b/software/include/oct6100api/oct6100_apiud.h index 0b1b86e..2e1ece7 100644 --- a/software/include/oct6100api/oct6100_apiud.h +++ b/software/include/oct6100api/oct6100_apiud.h @@ -253,7 +253,7 @@ UINT32 Oct6100UserMemSet( UINT32 Oct6100UserMemCopy( IN PVOID f_pDestination, - IN PVOID f_pSource, + IN const void *f_pSource, IN UINT32 f_ulLength ); /* Serialization functions. */ -- cgit v1.2.3