comparison libpurple/protocols/gg/lib/obsolete.c @ 32072:3a90a59ddea2

Update libgadu to 0.11.0 plus local changes; thanks to Tomasz Wasilczyk. Fixes 14248
author Ethan Blanton <elb@pidgin.im>
date Sun, 05 Jun 2011 01:28:53 +0000
parents 93b08d43f684
children
comparison
equal deleted inserted replaced
32071:3e53f6871805 32072:3a90a59ddea2
1 /* $Id: obsolete.c 1036 2010-12-15 00:02:28Z wojtekka $ */ 1 /* $Id: obsolete.c 1082 2011-04-08 17:50:14Z wojtekka $ */
2 2
3 /* 3 /*
4 * (C) Copyright 2001-2003 Wojtek Kaniewski <wojtekka@irc.pl> 4 * (C) Copyright 2001-2003 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
32 /** \cond obsolete */ 32 /** \cond obsolete */
33 33
34 #include <errno.h> 34 #include <errno.h>
35 35
36 #include "libgadu.h" 36 #include "libgadu.h"
37 #include "libgadu-internal.h"
37 38
38 struct gg_http *gg_userlist_get(uin_t uin, const char *passwd, int async) 39 struct gg_http *gg_userlist_get(uin_t uin, const char *passwd, int async)
39 { 40 {
40 gg_debug(GG_DEBUG_MISC, "// gg_userlist_get() is obsolete. use gg_userlist_request() instead!\n"); 41 gg_debug(GG_DEBUG_MISC, "// gg_userlist_get() is obsolete. use gg_userlist_request() instead!\n");
41 errno = EINVAL; 42 errno = EINVAL;