[gaim-migrate @ 14721]

Thu, 08 Dec 2005 21:02:53 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Thu, 08 Dec 2005 21:02:53 +0000
changeset 12414
ae4d1fa82e61
parent 12413
ce06aa90beee
child 12415
9ad8e0e4c0ac

[gaim-migrate @ 14721]
Clear up a prototype warning for aim_conn_kill().

src/protocols/oscar/conn.c file | annotate | diff | comparison | revisions
--- 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>

mercurial