aqhome: make some parameters const.
This commit is contained in:
@@ -21,7 +21,7 @@ GWEN_LIST_FUNCTION_LIB_DEFS(AQH_FLASHRECORD, AQH_FlashRecord, AQHOME_API)
|
||||
|
||||
|
||||
AQHOME_API AQH_FLASHRECORD *AQH_FlashRecord_new();
|
||||
AQHOME_API AQH_FLASHRECORD_LIST *AQH_FlashRecord_fromHexfileRecords(AQH_HEXFILERECORD_LIST *hexFileRecordList);
|
||||
AQHOME_API AQH_FLASHRECORD_LIST *AQH_FlashRecord_fromHexfileRecords(const AQH_HEXFILERECORD_LIST *hexFileRecordList);
|
||||
|
||||
AQHOME_API void AQH_FlashRecord_free(AQH_FLASHRECORD *fr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user