5 * Functions for adding applications to the user's list of applications that
6 * are automatically launched on login.
8 * Copyright (c) 2005 by iThink Software.
15 #import <Cocoa/Cocoa.h>
17 //These functions check for a match with just the lastPathComponent, so it will handle people moving the app
18 extern void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
19 extern BOOL ITDoesApplicationLaunchOnLogin(NSString *path);