Mercurial > pidgin.yaz
view libfaim/aim_logoff.c @ 912:5a517b4f0be4
[gaim-migrate @ 922]
no more hanging trees, only electric chairs.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 14 Sep 2000 23:22:11 +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; }