]> andersk Git - libfaim.git/blame - aim_logoff.c
- Fri Dec 1 22:25:56 UTC 2000
[libfaim.git] / aim_logoff.c
CommitLineData
9de3ca7e 1/*
2 * aim_logoff.c
3 *
4 *
5 */
6
a25832e6 7#include <faim/aim.h>
9de3ca7e 8
9/*
10 * aim_logoff()
11 *
12 * Closes -ALL- open connections.
13 *
14 */
a25832e6 15int aim_logoff(struct aim_session_t *sess)
9de3ca7e 16{
a25832e6 17 aim_connrst(sess); /* in case we want to connect again */
9de3ca7e 18
19 return 0;
20
21}
This page took 0.063695 seconds and 5 git commands to generate.