mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-26 05:54:46 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -45,7 +45,7 @@ typedef struct {
|
||||
bool valid;
|
||||
} UpdateManifest;
|
||||
|
||||
UpdateManifest* update_manifest_alloc();
|
||||
UpdateManifest* update_manifest_alloc(void);
|
||||
|
||||
void update_manifest_free(UpdateManifest* update_manifest);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user