Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITDebug.h
old mode 100755 (executable)
new mode 100644 (file)
index 2935b51..a9fda2d
--- 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);
  *
  */
 
 #import <Foundation/Foundation.h>
 
 void SetITDebugMode(BOOL mode);
-void ITDebugLog(NSString *format, ...);
+void ITDebugLog(NSString *format, ...);
\ No newline at end of file