libpurple/protocols/gg/lib/debug.h

branch
release-2.x.y
changeset 35617
c9069e0e3c36
child 35620
fb20cfee648a
equal deleted inserted replaced
35602:ba59da68fb79 35617:c9069e0e3c36
1 /*
2 * (C) Copyright 2009 Wojtek Kaniewski <wojtekka@irc.pl>
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU Lesser General Public License Version
6 * 2.1 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU Lesser General Public License for more details.
12 *
13 * You should have received a copy of the GNU Lesser General Public
14 * License along with this program; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
16 * USA.
17 */
18
19 #ifndef LIBGADU_DEBUG_H
20 #define LIBGADU_DEBUG_H
21
22 #include "libgadu.h"
23
24 void gg_debug_dump(struct gg_session *sess, int level, const char *buf, size_t len);
25 void gg_debug_common(struct gg_session *sess, int level, const char *format, va_list ap);
26
27 #endif /* LIBGADU_DEBUG_H */

mercurial