~ubuntu-branches/ubuntu/quantal/pidgin/quantal

« back to all changes in this revision

Viewing changes to libpurple/protocols/gg/lib/libgadu-debug.h

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2011-06-13 21:17:20 UTC
  • mfrom: (1.3.19 upstream)
  • mto: This revision was merged to the branch mainline in revision 73.
  • Revision ID: james.westby@ubuntu.com-20110613211720-ke87vzmdcuaxams7
Tags: 2.8.0-1
* Imported Upstream version 2.8.0 (Closes: #630124)
* Remove SILC support since the library will be orphaned (Closes: #629222)
* Fix typo in libpurple-bin description (Closes: #625462)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
const char *gg_debug_state(enum gg_state_t state);
 
25
const char *gg_debug_event(enum gg_event_t event);
 
26
void gg_debug_dump(struct gg_session *sess, int level, const char *buf, size_t len);
 
27
void gg_debug_common(struct gg_session *sess, int level, const char *format, va_list ap);
 
28
 
 
29
#endif /* LIBGADU_DEBUG_H */