Licensing ITFoundation under the GNU General Public License version 2.
[ITFoundation.git] / ITCarbonSupport.h
index 063fc36..8e05e76 100644 (file)
@@ -3,16 +3,15 @@
  *     ITCarbonSupport.h
  *
  *     Utility functions to convert between FourCharCodes/OSTypes/ResTypes and
- *             NSStrings.
+ *             NSStrings. These only call through to the methods implemented by
+ *             the ITFoundationCategory on NSString, and those methods are recommended
+ *             for all new projects needing this functionality.
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
 #import <Foundation/Foundation.h>
 
-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