X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=AppController.h;h=7eb651fcbf4b00d5a8e33b770ca51369c8fd3bfe;hp=e4a9765ba55ce03fd93d164da1b691f73614dc25;hb=0a3d732da131b4505c0dbf2330c4667a29ce90e8;hpb=44e9757722f3ed40d15e0a7d06c50567d9664833 diff --git a/AppController.h b/AppController.h index e4a9765..7eb651f 100644 --- a/AppController.h +++ b/AppController.h @@ -26,7 +26,6 @@ #import "CheatServer.h" - @class AboutBoxController; @class HelpController; @class PreferenceController; @@ -54,6 +53,13 @@ - (IBAction)checkForUpdate:(id)sender; +// Privilage elevation stuff +AuthorizationRef _authRef; +AuthorizationItem _authItem; +AuthorizationRights _authRights; +- (int) preAuthorize; +- (int) launchAuthPrgm; + // Server Stuff - (CheatServer *)cheatServer; - (BOOL)startCheatServer;