sysapp: Change unknown structure to a struct typedef.

This commit is contained in:
James Benton
2018-06-13 17:36:12 +01:00
parent 76c6e555d0
commit c4214cef35
2 changed files with 6 additions and 7 deletions

View File

@@ -11,8 +11,7 @@
extern "C" {
#endif
//TODO
typedef void sysapp_input_struct;
typedef struct SysAppBrowserArgs SysAppBrowserArgs;
void
SYSSwitchToSyncControllerOnHBM();
@@ -27,7 +26,7 @@ void
_SYSSwitchToMainApp();
void
SYSSwitchToBrowserForViewer(sysapp_input_struct*);
SYSSwitchToBrowserForViewer(SysAppBrowserArgs *);
#ifdef __cplusplus
}