]> andersk Git - libfaim.git/blob - aim_logoff.c
- Thu Feb 8 20:12:39 UTC 2001
[libfaim.git] / aim_logoff.c
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  */
18 faim_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.039494 seconds and 5 git commands to generate.