(ITCarbonSupport) Rewrite FCC utilities, add "extern"
[ITFoundation.git] / ITCarbonSupport.h
old mode 100755 (executable)
new mode 100644 (file)
index 1414068..7f0442a
@@ -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 <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