Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5468:809ef68273c8 | 5469:df653f6f2978 |
|---|---|
| 127 | 127 |
| 128 void set_login_progress(struct gaim_connection *, float, char *); | 128 void set_login_progress(struct gaim_connection *, float, char *); |
| 129 void hide_login_progress(struct gaim_connection *, char *); | 129 void hide_login_progress(struct gaim_connection *, char *); |
| 130 void hide_login_progress_notice(struct gaim_connection *, char *); | 130 void hide_login_progress_notice(struct gaim_connection *, char *); |
| 131 void hide_login_progress_error(struct gaim_connection *, char *); | 131 void hide_login_progress_error(struct gaim_connection *, char *); |
| 132 GSList *gaim_get_connections(); | |
| 132 | 133 |
| 133 #endif /* _MULTI_H_ */ | 134 #endif /* _MULTI_H_ */ |
