Changed controlKey display character, per Alex's request.
[ITKit.git] / ITLoginItem.h
1 /*
2  *      ITKit
3  *      ITLoginItem.h
4  *
5  *      Functions for adding applications to the user's list of applications that
6  *              are automatically launched on login.
7  *
8  *      Copyright (c) 2005 by iThink Software.
9  *      All Rights Reserved.
10  *
11  *      $Id$
12  *
13  */
14
15 #import <Cocoa/Cocoa.h>
16
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);