Commented out the aliasdata stuff that doesn't work
[ITFoundation.git] / ITLoginItem.h
1 /*
2  *  ITLoginItem.h
3  *  ITFoundation
4  *
5  *  Created by Kent Sutherland on Mon May 17 2004.
6  *  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
7  *
8  */
9
10 #import <Carbon/Carbon.h>
11 #import <Foundation/Foundation.h>
12 #import <CoreServices/CoreServices.h>
13
14 //These functions check for a match with just the lastPathComponent, so it will handle people moving the app
15 void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
16 BOOL ITDoesApplicationLaunchOnLogin(NSString *path);