X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/843b18fea32ec5481a9f64a4da67d11b00f4cf35..3d646c75403df6d5324833a701723a765555177f:/ITLoginItem.h diff --git a/ITLoginItem.h b/ITLoginItem.h index ecb9daa..8ff569f 100755 --- a/ITLoginItem.h +++ b/ITLoginItem.h @@ -7,7 +7,10 @@ * */ -#import #import +#import #import +//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