mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -13,7 +13,7 @@ typedef enum {
|
||||
|
||||
typedef struct SlixUnlock SlixUnlock;
|
||||
|
||||
SlixUnlock* slix_unlock_alloc();
|
||||
SlixUnlock* slix_unlock_alloc(void);
|
||||
|
||||
void slix_unlock_free(SlixUnlock* instance);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user