comparison src/debug.h @ 6483:565339a6eb86

[gaim-migrate @ 6997] debug_printf() is gone for good. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 17 Aug 2003 07:38:31 +0000
parents 158196b2db19
children acc4376ce062
comparison
equal deleted inserted replaced
6482:16fcc379e484 6483:565339a6eb86
3 * @ingroup core 3 * @ingroup core
4 * 4 *
5 * gaim 5 * gaim
6 * 6 *
7 * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org> 7 * Copyright (C) 2002-2003, Christian Hammond <chipx86@gnupdate.org>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
79 * @param format The format string. 79 * @param format The format string.
80 */ 80 */
81 void gaim_debug(GaimDebugLevel level, const char *category, 81 void gaim_debug(GaimDebugLevel level, const char *category,
82 const char *format, ...); 82 const char *format, ...);
83 83
84 /**
85 * Outputs debug information.
86 *
87 * @deprecated This has been replaced with gaim_debug(), and will be
88 * removed in a future release.
89 *
90 * @param fmt The format string.
91 *
92 * @see gaim_debug()
93 */
94 void debug_printf(const char *fmt, ...);
95
96 /*@}*/ 84 /*@}*/
97 85
98 /**************************************************************************/ 86 /**************************************************************************/
99 /** @name UI Registration Functions */ 87 /** @name UI Registration Functions */
100 /**************************************************************************/ 88 /**************************************************************************/