Mercurial > pidgin.yaz
view libfaim/aim_logoff.c @ 879:1d94f426ae62
[gaim-migrate @ 889]
PO files with the new strings (they still need to be translated)
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Mon, 11 Sep 2000 09:01:50 +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; }