(ITCarbonSupport) Rewrite FCC utilities, add "extern"
[ITFoundation.git] / ITDebug.h
old mode 100755 (executable)
new mode 100644 (file)
index 2935b51..eaf6483
--- a/ITDebug.h
+++ b/ITDebug.h
@@ -1,13 +1,17 @@
 /*
- *  ITDebug.h
- *  ITFoundation
+ *     ITFoundation
+ *     ITDebug.h
  *
- *  Created by Joseph Spiros on Fri Sep 12 2003.
- *  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
+ *     Functions for logging debugging information intelligently.
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
  *
  */
 
 #import <Foundation/Foundation.h>
 
-void SetITDebugMode(BOOL mode);
-void ITDebugLog(NSString *format, ...);
+extern void SetITDebugMode(BOOL mode);
+extern void ITDebugLog(NSString *format, ...);
\ No newline at end of file