]> andersk Git - libfaim.git/blame - aim_logoff.c
- Mon Feb 26 01:46:34 UTC 2001
[libfaim.git] / aim_logoff.c
CommitLineData
9de3ca7e 1/*
2 * aim_logoff.c
3 *
4 *
37ee990e 5 * XXX remove this excuse for a file.
6 *
9de3ca7e 7 */
8
37ee990e 9#define FAIM_INTERNAL
a25832e6 10#include <faim/aim.h>
9de3ca7e 11
12/*
13 * aim_logoff()
14 *
15 * Closes -ALL- open connections.
16 *
17 */
37ee990e 18faim_export int aim_logoff(struct aim_session_t *sess)
9de3ca7e 19{
a25832e6 20 aim_connrst(sess); /* in case we want to connect again */
9de3ca7e 21
22 return 0;
23
24}
This page took 0.056635 seconds and 5 git commands to generate.