comparison libpurple/protocols/qq/group_find.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 32c366eeeb99
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18209:d3cd11e13557 18210:b8572b937c09
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23 */ 23 */
24 24
25 #include "qq.h"
26
25 #include "conversation.h" 27 #include "conversation.h"
26 #include "debug.h" 28 #include "debug.h"
27 #include "util.h" 29 #include "util.h"
28 30
29 #include "group_find.h" 31 #include "group_find.h"
30 #include "group_network.h" 32 #include "group_network.h"
31 #include "qq.h"
32 #include "utils.h" 33 #include "utils.h"
33 34
34 /* find the internal_group_id by the reply packet sequence 35 /* find the internal_group_id by the reply packet sequence
35 * return TRUE if we have a record of it, return FALSE if not */ 36 * return TRUE if we have a record of it, return FALSE if not */
36 gboolean qq_group_find_internal_group_id_by_seq(PurpleConnection *gc, guint16 seq, guint32 *internal_group_id) 37 gboolean qq_group_find_internal_group_id_by_seq(PurpleConnection *gc, guint16 seq, guint32 *internal_group_id)