comparison src/gaim-client-example.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 421a8523ad04
children 8bda65b88e49
comparison
equal deleted inserted replaced
11902:391acec18e46 11903:c9312177821a
19 portable. 19 portable.
20 */ 20 */
21 21
22 int main (int argc, char **argv) 22 int main (int argc, char **argv)
23 { 23 {
24 GaimAccount *account;
25 GList *alist, *node; 24 GList *alist, *node;
26 25
27 gaim_init(); 26 gaim_init();
28 27
29 alist = gaim_accounts_get_all(); 28 alist = gaim_accounts_get_all();