(ITCarbonSupport) Rewrite FCC utilities, add "extern"
[ITFoundation.git] / ITDebug.h
index a9fda2d..eaf6483 100644 (file)
--- a/ITDebug.h
+++ b/ITDebug.h
@@ -13,5 +13,5 @@
 
 #import <Foundation/Foundation.h>
 
-void SetITDebugMode(BOOL mode);
-void ITDebugLog(NSString *format, ...);
\ No newline at end of file
+extern void SetITDebugMode(BOOL mode);
+extern void ITDebugLog(NSString *format, ...);
\ No newline at end of file