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

« back to all changes in this revision

Viewing changes to libpurple/protocols/gg/lib/libgadu-internal.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:
23
23
 
24
24
#include "libgadu.h"
25
25
 
26
 
char *gg_cp_to_utf8(const char *b);
27
 
char *gg_utf8_to_cp(const char *b);
 
26
struct gg_dcc7_relay {
 
27
        uint32_t addr;
 
28
        uint16_t port;
 
29
        uint8_t family;
 
30
};
 
31
 
 
32
typedef struct gg_dcc7_relay gg_dcc7_relay_t;
 
33
 
28
34
int gg_pubdir50_handle_reply_sess(struct gg_session *sess, struct gg_event *e, const char *packet, int length);
29
 
void gg_debug_common(struct gg_session *sess, int level, const char *format, va_list ap);
 
35
 
 
36
int gg_resolve(int *fd, int *pid, const char *hostname);
 
37
int gg_resolve_pthread(int *fd, void **resolver, const char *hostname);
 
38
void gg_resolve_pthread_cleanup(void *resolver, int kill);
 
39
 
 
40
#ifdef HAVE_UINT64_T
 
41
uint64_t gg_fix64(uint64_t x);
 
42
#endif
30
43
 
31
44
#endif /* LIBGADU_INTERNAL_H */