() -> (void)
This commit is contained in:
parent
6d65d537b3
commit
56a11197c7
@ -139,7 +139,7 @@ void aptSignalReadyForSleep(void);
|
||||
* @brief Gets whether to allow the system to enter sleep mode.
|
||||
* @return Whether sleep mode is allowed.
|
||||
*/
|
||||
bool aptIsSleepAllowed();
|
||||
bool aptIsSleepAllowed(void);
|
||||
|
||||
/**
|
||||
* @brief Sets whether to allow the system to enter sleep mode.
|
||||
|
@ -719,7 +719,7 @@ void aptSignalReadyForSleep(void)
|
||||
svcSignalEvent(aptSleepSync);
|
||||
}
|
||||
|
||||
bool aptIsSleepAllowed()
|
||||
bool aptIsSleepAllowed(void)
|
||||
{
|
||||
return aptSleepAllowed;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user