comparison src/dbus-useful.c @ 11903:c9312177821a

[gaim-migrate @ 14194] "make distcheck" fixes - mostly fixing DBUS things so they can compile outside the source tree, and a few compile warning fixes. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 30 Oct 2005 17:24:38 +0000
parents 64fadbf3810f
children 8bda65b88e49
comparison
equal deleted inserted replaced
11902:391acec18e46 11903:c9312177821a
8 8
9 GaimAccount * 9 GaimAccount *
10 gaim_accounts_find_ext(const char *name, const char *protocol_id, 10 gaim_accounts_find_ext(const char *name, const char *protocol_id,
11 gboolean (*account_test)(const GaimAccount *account)) 11 gboolean (*account_test)(const GaimAccount *account))
12 { 12 {
13 GList *result = NULL; 13 GaimAccount *result = NULL;
14 GList *l; 14 GList *l;
15 char *who; 15 char *who;
16 16
17 if (name) 17 if (name)
18 who = g_strdup(gaim_normalize(NULL, name)); 18 who = g_strdup(gaim_normalize(NULL, name));