mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -12,7 +12,7 @@ typedef struct StreamCache StreamCache;
|
||||
* Allocate stream cache.
|
||||
* @return StreamCache* pointer to a StreamCache instance
|
||||
*/
|
||||
StreamCache* stream_cache_alloc();
|
||||
StreamCache* stream_cache_alloc(void);
|
||||
|
||||
/**
|
||||
* Free stream cache.
|
||||
|
||||
Reference in New Issue
Block a user