Commented out the aliasdata stuff that doesn't work
[ITFoundation.git] / ITLoginItem.h
index ecb9daa..c145094 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
+void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
+BOOL ITDoesApplicationLaunchOnLogin(NSString *path); 
\ No newline at end of file