Mercurial > pidgin
view libfaim/aim_logoff.c @ 554:faceeabc6d61
[gaim-migrate @ 564]
work, damn you!
committer: Tailor Script <tailor@pidgin.im>
author | Todd Kulesza <fflewddur> |
---|---|
date | Mon, 31 Jul 2000 18:24:27 +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; }