X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/6262c31ef1f3b4c4cec3e909f0ecc189eb242ab2..744612b5d258474e367710b870a5caaed7d11ab9:/ITDebug.h diff --git a/ITDebug.h b/ITDebug.h index eaf6483..c53ae69 100644 --- a/ITDebug.h +++ b/ITDebug.h @@ -4,7 +4,7 @@ * * Functions for logging debugging information intelligently. * - * Copyright (c) 2005 by iThink Software. + * Copyright (c) 2008 by iThink Software. * All Rights Reserved. * * $Id$ @@ -13,5 +13,7 @@ #import +extern NSString *ITDebugErrorPrefixForObject(id object); +extern BOOL ITDebugMode(); extern void SetITDebugMode(BOOL mode); extern void ITDebugLog(NSString *format, ...); \ No newline at end of file