diff src/protocols/oscar/oscar.h @ 13262:b08f8f3c9197

[gaim-migrate @ 15628] More cleanup. It's dinner time! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 23:59:30 +0000
parents 7ead7b8aea63
children 6519aeb66b31
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.h	Sun Feb 12 23:53:55 2006 +0000
+++ b/src/protocols/oscar/oscar.h	Sun Feb 12 23:59:30 2006 +0000
@@ -577,7 +577,7 @@
 
 faim_export int aim_debugconn_sendconnect(OscarSession *sess, OscarConnection *conn);
 
-void aim_conn_kill(OscarSession *sess, OscarConnection *deadconn);
+void oscar_connection_destroy(OscarSession *sess, OscarConnection *deadconn);
 
 typedef int (*aim_rxcallback_t)(OscarSession *, FlapFrame *, ...);
 
@@ -634,7 +634,6 @@
 faim_export int aim_tx_setenqueue(OscarSession *sess, int what, int (*func)(OscarSession *, FlapFrame *));
 
 faim_export int aim_tx_flushqueue(OscarSession *);
-faim_export void aim_tx_purgequeue(OscarSession *);
 
 faim_export int aim_conn_addhandler(OscarSession *, OscarConnection *conn, guint16 family, guint16 type, aim_rxcallback_t newhandler, guint16 flags);
 faim_export int aim_clearhandlers(OscarConnection *conn);