# HG changeset patch # User Ethan Blanton # Date 1132364231 0 # Node ID 9ce0a5f9443b2d0bb6e908bc923428f46db89caa # Parent a2d574a7302847732ff83e0444cb5489512795f8 [gaim-migrate @ 14448] GaimConnection is a type, whereas GaimConnect is not. This makes Sametime compile after rlaager's last commit. committer: Tailor Script diff -r a2d574a73028 -r 9ce0a5f9443b src/protocols/sametime/sametime.c --- a/src/protocols/sametime/sametime.c Sat Nov 19 01:20:53 2005 +0000 +++ b/src/protocols/sametime/sametime.c Sat Nov 19 01:37:11 2005 +0000 @@ -5029,7 +5029,7 @@ } -static GaimXfer *mw_prpl_new_xfer(GaimConnect *gc, const char *who) { +static GaimXfer *mw_prpl_new_xfer(GaimConnection *gc, const char *who) { GaimAccount *acct; GaimXfer *xfer;