mirror of
https://github.com/wiiu-env/libcontentredirection.git
synced 2024-11-14 15:45:18 +01:00
Fix sCRAddDevice and sCRRemoveDevice decleration
This commit is contained in:
parent
43749f30a8
commit
60f7c6f2be
@ -9,9 +9,8 @@ static ContentRedirectionApiErrorType (*sCRAddFSLayer)(CRLayerHandle *, const ch
|
||||
static ContentRedirectionApiErrorType (*sCRRemoveFSLayer)(CRLayerHandle) = nullptr;
|
||||
static ContentRedirectionApiErrorType (*sCRSetActive)(CRLayerHandle) = nullptr;
|
||||
static ContentRedirectionApiErrorType (*sCRGetVersion)(ContentRedirectionVersion *) = nullptr;
|
||||
static ContentRedirectionApiErrorType (*sCRAddDevice)(const devoptab_t *, int *) = nullptr;
|
||||
static ContentRedirectionApiErrorType (*sCRRemoveDevice)(const char *) = nullptr;
|
||||
|
||||
static int (*sCRAddDevice)(const devoptab_t *, int *) = nullptr;
|
||||
static int (*sCRRemoveDevice)(const char *) = nullptr;
|
||||
|
||||
static ContentRedirectionVersion sContentRedirectionVersion = CONTENT_REDIRECTION_MODULE_VERSION_ERROR;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user