comparison src/protocols/gg/libgg.h @ 2510:1950afffd107

[gaim-migrate @ 2523] hi. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 15 Oct 2001 19:18:19 +0000
parents ba7ee4c1908c
children 9123abd0db92
comparison
equal deleted inserted replaced
2509:bb6fbe78a3c8 2510:1950afffd107
1 /* $Id: libgg.h 2488 2001-10-10 20:03:17Z warmenhoven $ */ 1 /* $Id: libgg.h 2523 2001-10-15 19:18:19Z warmenhoven $ */
2 2
3 /* 3 /*
4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl> 4 * (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
199 199
200 /* 200 /*
201 * jeśli chcemy sobie podebugować, wystarczy zdefiniować GG_DEBUG. 201 * jeśli chcemy sobie podebugować, wystarczy zdefiniować GG_DEBUG.
202 */ 202 */
203 203
204 int gg_debug_level; 204 extern int gg_debug_level;
205 205
206 #ifdef GG_DEBUG 206 #ifdef GG_DEBUG
207 207
208 # define GG_DEBUG_NET 1 208 # define GG_DEBUG_NET 1
209 # define GG_DEBUG_TRAFFIC 2 209 # define GG_DEBUG_TRAFFIC 2