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