X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/a8878f2baf8b974b28a9a08bc94a3c4232b72e1c..8e10b21b0ba4dc981faebcb359143b474309719b:/ITDebug.h diff --git a/ITDebug.h b/ITDebug.h index eaf6483..c023753 100644 --- 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 +extern NSString *ITDebugErrorPrefixForObject(id object); +extern BOOL ITDebugMode(); extern void SetITDebugMode(BOOL mode); extern void ITDebugLog(NSString *format, ...); \ No newline at end of file