Removing ITOSA* and ITAppleEvent* classes from ITFoundation, and updating
[ITFoundation.git] / ITLoginItem.h
index c145094..8ff569f 100755 (executable)
@@ -7,10 +7,10 @@
  *
  */
 
-#import <Carbon/Carbon.h>
 #import <Foundation/Foundation.h>
+#import <Carbon/Carbon.h>
 #import <CoreServices/CoreServices.h>
 
 //These functions check for a match with just the lastPathComponent, so it will handle people moving the app
-void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
-BOOL ITDoesApplicationLaunchOnLogin(NSString *path); 
\ No newline at end of file
+extern void ITSetApplicationLaunchOnLogin(NSString *path, BOOL flag);
+extern BOOL ITDoesApplicationLaunchOnLogin(NSString *path);
\ No newline at end of file