comparison libpurple/protocols/qq/group_internal.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 b9a0b1bd321b
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 "internal.h"
25 #include "blist.h" 26 #include "blist.h"
26 #include "debug.h" 27 #include "debug.h"
27 28
28 #include "buddy_opt.h" 29 #include "buddy_opt.h"
29 #include "group_free.h" 30 #include "group_free.h"
30 #include "group_internal.h" 31 #include "group_internal.h"
31 #include "group_misc.h"
32 #include "utils.h" 32 #include "utils.h"
33 33
34 static gchar *_qq_group_set_my_status_desc(qq_group *group) 34 static gchar *_qq_group_set_my_status_desc(qq_group *group)
35 { 35 {
36 const char *status_desc; 36 const char *status_desc;