Mercurial > pidgin
view libfaim/aim_logoff.c @ 727:8b9f0537f473
[gaim-migrate @ 737]
Added a few more little pixmaps to the file menu.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Sat, 19 Aug 2000 21:21:59 +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; }