00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 */ 00004 00005 #ifndef __DBGLOG_H_ 00006 #define __DBGLOG_H_ 00007 00008 #include <stdio.h> 00009 00010 extern void dbglog ( char* szFormat ... ); 00011 extern void dbglog_eraselog (); 00012 00013 #endif
1.5.6