comparison src/multi.c @ 5469:df653f6f2978

[gaim-migrate @ 5861] gaim_get_connections added committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 21 May 2003 15:57:31 +0000
parents ad445074d239
children cce2d7868c78
comparison
equal deleted inserted replaced
5468:809ef68273c8 5469:df653f6f2978
2161 -1); 2161 -1);
2162 } 2162 }
2163 2163
2164 return account; 2164 return account;
2165 } 2165 }
2166
2167 GSList *gaim_get_connections()
2168 {
2169 return connections;
2170 }