]> andersk Git - libfaim.git/blob - aim_logoff.c
- Sat Dec 2 02:14:45 UTC 2000
[libfaim.git] / aim_logoff.c
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  */
15 int 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.037149 seconds and 5 git commands to generate.