]> andersk Git - libfaim.git/blobdiff - aim_logoff.c
- Thu Feb 8 02:31:25 UTC 2001
[libfaim.git] / aim_logoff.c
index f5d03752dc2e168d89fd75dc197ae9c9522b44fc..0ea3f0061c8c86b80b63be405e6fb0655ad76fd2 100644 (file)
@@ -2,8 +2,11 @@
  * aim_logoff.c
  *
  *
+ * XXX remove this excuse for a file.
+ *
  */
 
+#define FAIM_INTERNAL
 #include <faim/aim.h> 
 
 /* 
@@ -12,7 +15,7 @@
  * Closes -ALL- open connections.
  *
  */
-int aim_logoff(struct aim_session_t *sess)
+faim_export int aim_logoff(struct aim_session_t *sess)
 {
   aim_connrst(sess);  /* in case we want to connect again */
 
This page took 0.843385 seconds and 4 git commands to generate.