changeset 12414:68880c90a652

[gaim-migrate @ 14721] Clear up a prototype warning for aim_conn_kill(). committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 21:02:53 +0000
parents 0332daad85ae
children 7d41c624557f
files src/protocols/oscar/conn.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/conn.c	Thu Dec 08 21:01:33 2005 +0000
+++ b/src/protocols/oscar/conn.c	Thu Dec 08 21:02:53 2005 +0000
@@ -9,6 +9,10 @@
 #define FAIM_NEED_CONN_INTERNAL
 #include <aim.h> 
 
+/* This is defined in aim.h, but only when !FAIM_INTERNAL, since the rest of
+ * the library is not allowed to call it. */
+faim_export void aim_conn_kill(aim_session_t *sess, aim_conn_t **deadconn);
+
 #ifndef _WIN32
 #include <netdb.h>
 #include <sys/socket.h>