Thu, 08 Dec 2005 21:02:53 +0000
[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>