Mercurial > pidgin.yaz
diff src/multi.h @ 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 | 890b29f00b68 |
| children | 9eb5b13fd412 |
line wrap: on
line diff
--- a/src/multi.h Wed May 21 15:54:22 2003 +0000 +++ b/src/multi.h Wed May 21 15:57:31 2003 +0000 @@ -129,5 +129,6 @@ void hide_login_progress(struct gaim_connection *, char *); void hide_login_progress_notice(struct gaim_connection *, char *); void hide_login_progress_error(struct gaim_connection *, char *); +GSList *gaim_get_connections(); #endif /* _MULTI_H_ */
