(ITCarbonSupport) Rewrite FCC utilities, add "extern"
[ITFoundation.git] / ITCarbonSupport.h
index 063fc36..7f0442a 100644 (file)
@@ -14,5 +14,5 @@
 
 #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