fix malloc leak
[ITFoundation.git] / ITLoginItem.h
index ecb9daa..277afb7 100755 (executable)
@@ -11,3 +11,6 @@
 #import <Foundation/Foundation.h>
 #import <CoreServices/CoreServices.h>
 
+//These functions check for a match with just the lastPathComponent, so it will handle people moving the app
+extern void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
+extern BOOL ITDoesApplicationLaunchOnLogin(NSString *path);
\ No newline at end of file