diff src/protocols/oscar/family_popup.c @ 13239:f260d319bbbc

[gaim-migrate @ 15605] Renaming a bunch of structs and typedefs to use the same naming scheme as the rest of Gaim committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Feb 2006 16:02:05 +0000
parents f2431a7e33aa
children 6519aeb66b31
line wrap: on
line diff
--- a/src/protocols/oscar/family_popup.c	Sun Feb 12 15:27:11 2006 +0000
+++ b/src/protocols/oscar/family_popup.c	Sun Feb 12 16:02:05 2006 +0000
@@ -33,7 +33,7 @@
  * The message is probably HTML.
  *
  */
-static int parsepopup(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs)
+static int parsepopup(OscarSession *sess, aim_module_t *mod, FlapFrame *rx, aim_modsnac_t *snac, ByteStream *bs)
 {
 	aim_rxcallback_t userfunc;
 	aim_tlvlist_t *tl;
@@ -59,7 +59,7 @@
 	return ret;
 }
 
-static int snachandler(aim_session_t *sess, aim_module_t *mod, aim_frame_t *rx, aim_modsnac_t *snac, aim_bstream_t *bs)
+static int snachandler(OscarSession *sess, aim_module_t *mod, FlapFrame *rx, aim_modsnac_t *snac, ByteStream *bs)
 {
 
 	if (snac->subtype == 0x0002)
@@ -68,7 +68,7 @@
 	return 0;
 }
 
-faim_internal int popups_modfirst(aim_session_t *sess, aim_module_t *mod)
+faim_internal int popups_modfirst(OscarSession *sess, aim_module_t *mod)
 {
 
 	mod->family = 0x0008;