f***ed up and needed to rework packages
This commit is contained in:
parent
f4592ae8d0
commit
b43ab1702f
73 changed files with 194 additions and 2045 deletions
|
|
@ -84,7 +84,7 @@ void ARC_Handler_Remove(ARC_Handler *handler, void *data, ARC_Handler_CompareDat
|
|||
* @param handler ARC_Handler to remove from
|
||||
* @param index index of data that is being removed
|
||||
*/
|
||||
void ARC_Handler_RemoveIndex(ARC_Handler *handler, uint32_t *index);
|
||||
void ARC_Handler_RemoveIndex(ARC_Handler *handler, uint32_t index);
|
||||
|
||||
/**
|
||||
* @brief calls provided function on each element in handler
|
||||
|
|
@ -115,7 +115,7 @@ void ARC_Handler_Clean(ARC_Handler *handler);
|
|||
*
|
||||
* @param handler ARC_handler to get size from
|
||||
*/
|
||||
uint32_t *ARC_Handler_Size(ARC_Handler *handler);
|
||||
uint32_t ARC_Handler_Size(ARC_Handler *handler);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue