Mercurial > pidgin
view libfaim/aim_logoff.c @ 782:faa7faf60607
[gaim-migrate @ 792]
Plugins can communicate because the GList *plugins variable is global.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 29 Aug 2000 04:38:41 +0000 |
| parents | 9d258a0aa560 |
| children |
line wrap: on
line source
/* * aim_logoff.c * * */ #include <faim/aim.h> /* * aim_logoff() * * Closes -ALL- open connections. * */ int aim_logoff(struct aim_session_t *sess) { aim_connrst(sess); /* in case we want to connect again */ return 0; }
