X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/3d646c75403df6d5324833a701723a765555177f..034559d9a2f0b8e607b0365152b9c73732f00e6e:/ITCarbonSupport.h diff --git a/ITCarbonSupport.h b/ITCarbonSupport.h old mode 100755 new mode 100644 index 1414068..7f0442a --- a/ITCarbonSupport.h +++ b/ITCarbonSupport.h @@ -1,4 +1,18 @@ +/* + * ITFoundation + * ITCarbonSupport.h + * + * Utility functions to convert between FourCharCodes/OSTypes/ResTypes and + * NSStrings. + * + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. + * + * $Id$ + * + */ + #import -NSString *NSStringFromFourCharCode(unsigned long code); -unsigned long FourCharCodeFromNSString(NSString *string); \ No newline at end of file +extern NSString *NSStringFromFourCharCode(unsigned long code); +extern unsigned long FourCharCodeFromNSString(NSString *string); \ No newline at end of file