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