mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -15,7 +15,7 @@ typedef enum {
|
||||
|
||||
typedef void (*DictAttackCallback)(DictAttackEvent event, void* context);
|
||||
|
||||
DictAttack* dict_attack_alloc();
|
||||
DictAttack* dict_attack_alloc(void);
|
||||
|
||||
void dict_attack_free(DictAttack* instance);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user