#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