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/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'software/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h') diff --git a/software/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h b/software/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h index a00e2a3..45c9fdd 100644 --- a/software/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h +++ b/software/octdeviceapi/oct6100api/oct6100_miscellaneous_priv.h @@ -410,13 +410,13 @@ VOID Oct6100ApiCreateFeatureMask( IN UINT32 f_ulFieldBitOffset, OUT PUINT32 f_pulFieldMask ); -PUINT8 Oct6100ApiStrStr( - IN PUINT8 f_pszSource, - IN PUINT8 f_pszString, - IN PUINT8 f_pszLastCharPtr ); +unsigned char const *Oct6100ApiStrStr( + IN unsigned char const *f_pszSource, + IN unsigned char const *f_pszString, + IN unsigned char const *f_pszLastCharPtr ); UINT32 Oct6100ApiStrLen( - IN PUINT8 f_pszString ); + IN unsigned char const *f_pszString ); UINT32 Oct6100ApiAsciiToHex( IN UINT8 f_chCharacter, -- cgit v1.2.3