X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/c40f5440e35326e867b0fa87ec9963d41205380c..3d646c75403df6d5324833a701723a765555177f:/ITLoginItem.h diff --git a/ITLoginItem.h b/ITLoginItem.h index 2bd02a8..8ff569f 100755 --- a/ITLoginItem.h +++ b/ITLoginItem.h @@ -2,10 +2,15 @@ * ITLoginItem.h * ITFoundation * - * Created by Kent Sutherland on Sun May 16 2004. + * Created by Kent Sutherland on Mon May 17 2004. * Copyright (c) 2004 __MyCompanyName__. All rights reserved. * */ -#include -#include \ No newline at end of file +#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