mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Genera refactor and cleanup.
This commit is contained in:
@@ -24,6 +24,6 @@ void Initialize()
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
void PlatformLoop(AaruPacketHello* pkt_server_hello) { WorkingLoop(pkt_server_hello); }
|
||||
void PlatformLoop(AaruPacketHello *pkt_server_hello) { WorkingLoop(pkt_server_hello); }
|
||||
|
||||
uint8_t AmIRoot() { return geteuid() == 0; }
|
||||
Reference in New Issue
Block a user