mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-05 16:09:24 +02:00
Fix #371
This commit is contained in:
parent
68d6260d72
commit
c4ebdb4cd8
@ -85,10 +85,10 @@ void pmshellExit(void);
|
||||
Service* pmshellGetServiceSession(void);
|
||||
|
||||
/// Initialize pm:bm.
|
||||
Result pmbmInitialize();
|
||||
Result pmbmInitialize(void);
|
||||
|
||||
/// Exit pm:bm.
|
||||
void pmbmExit();
|
||||
void pmbmExit(void);
|
||||
|
||||
/// Gets the Service object for the actual pm:bm service session.
|
||||
Service* pmbmGetServiceSession(void);
|
||||
|
Loading…
Reference in New Issue
Block a user