]> Dogcows Code - chaz/thecheat/blobdiff - AppController.h
The Cheat 1.2.2
[chaz/thecheat] / AppController.h
index e4a9765ba55ce03fd93d164da1b691f73614dc25..7eb651fcbf4b00d5a8e33b770ca51369c8fd3bfe 100644 (file)
@@ -26,7 +26,6 @@
 
 #import "CheatServer.h"
 
-
 @class AboutBoxController;
 @class HelpController;
 @class PreferenceController;
 
 - (IBAction)checkForUpdate:(id)sender;
 
+// Privilage elevation stuff
+AuthorizationRef _authRef;
+AuthorizationItem _authItem;
+AuthorizationRights _authRights;
+- (int) preAuthorize;
+- (int) launchAuthPrgm;
+
 // Server Stuff
 - (CheatServer *)cheatServer;
 - (BOOL)startCheatServer;
This page took 0.020398 seconds and 4 git commands to generate.