comparison libpurple/protocols/irc/irc.h @ 32802:fa666e7f747e

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 55372aac7eca74e2a3121931b867702d2fdfe299) to branch 'im.pidgin.pidgin' (head 1f233991b11d30d7bd9d1e058e19fe162a9600f3)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 25 May 2012 19:41:04 +0000
parents a78523019e7a 665388a0f573
children
comparison
equal deleted inserted replaced
32782:90ae6701eaf2 32802:fa666e7f747e
1 /** 1 /**
2 * @file irc.h 2 * @file irc.h
3 * 3 *
4 * purple 4 * purple
5 * 5 *
6 * Copyright (C) 2003, Ethan Blanton <eblanton@cs.purdue.edu> 6 * Copyright (C) 2003, 2012 Ethan Blanton <elb@pidgin.im>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
54 GHashTable *cmds; 54 GHashTable *cmds;
55 char *server; 55 char *server;
56 int fd; 56 int fd;
57 guint inpa; 57 guint inpa;
58 guint timer; 58 guint timer;
59 guint who_channel_timer;
60 GHashTable *buddies; 59 GHashTable *buddies;
61 60
62 gboolean ison_outstanding; 61 gboolean ison_outstanding;
63 GList *buddies_outstanding; 62 GList *buddies_outstanding;
64 63