mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-15 04:19:26 -07:00
Fix function prototypes after merge
This commit is contained in:
@@ -20,7 +20,7 @@ void subrem_view_remote_set_callback(
|
||||
SubRemViewRemoteCallback callback,
|
||||
void* context);
|
||||
|
||||
SubRemViewRemote* subrem_view_remote_alloc();
|
||||
SubRemViewRemote* subrem_view_remote_alloc(void);
|
||||
|
||||
void subrem_view_remote_free(SubRemViewRemote* subrem_view_remote);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user