Enabling garbage collection support.
[ITFoundation.git] / ITDebug.h
index a9fda2d..c023753 100644 (file)
--- a/ITDebug.h
+++ b/ITDebug.h
@@ -4,14 +4,13 @@
  *
  *     Functions for logging debugging information intelligently.
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2008 iThink Software
  *
  */
 
 #import <Foundation/Foundation.h>
 
-void SetITDebugMode(BOOL mode);
-void ITDebugLog(NSString *format, ...);
\ No newline at end of file
+extern NSString *ITDebugErrorPrefixForObject(id object);
+extern BOOL ITDebugMode();
+extern void SetITDebugMode(BOOL mode);
+extern void ITDebugLog(NSString *format, ...);
\ No newline at end of file