# HG changeset patch # User Richard Laager # Date 1134075773 0 # Node ID 68880c90a65212cad6f1fe0404010594a5df2de0 # Parent 0332daad85ae7e94861899c42403680dceef274f [gaim-migrate @ 14721] Clear up a prototype warning for aim_conn_kill(). committer: Tailor Script diff -r 0332daad85ae -r 68880c90a652 src/protocols/oscar/conn.c --- 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 +/* 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 #include