X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/c7646de5dd9ea11811896be9505aee0564431ef8..a562b4a9e91163116b73f2df7d6589d812d2278e:/ITLoginItem.h diff --git a/ITLoginItem.h b/ITLoginItem.h index c145094..277afb7 100755 --- a/ITLoginItem.h +++ b/ITLoginItem.h @@ -12,5 +12,5 @@ #import //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