libfaim/aim_logoff.c@57ba1b059564
libfaim/aim_logoff.c
Tue, 10 Oct 2000 10:35:05 +0000
- author
- Eric Warmenhoven <warmenhoven@yahoo.com>
- date
- Tue, 10 Oct 2000 10:35:05 +0000
- changeset 966
- 57ba1b059564
- parent 338
-
21c93bc7ae83
- permissions
- -rw-r--r--
[gaim-migrate @ 976]
yay, the applet works again (mostly)
/*
* 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;
}