aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-12-14 10:31:49 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-12-14 10:31:49 +0000
commitc0c43fba49da3d14097f2c7cf3569a829b84125a (patch)
tree06414233d0b5fdd20482a77ca89952b846b37a32 /protocols/nogaim.h
parent939370c674071a198e3115f9fa511fa51e8bea9e (diff)
Fixed ic->away leaking memory. This var is only used by OSCAR and should
maybe be killed. Also fixed some completely broken indentation in those functions.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index d828de4c..ddfff07e 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -238,7 +238,7 @@ G_MODULE_EXPORT void register_protocol( struct prpl * );
/* You will need this function in prpl->login() to get an im_connection from
* the account_t parameter. */
G_MODULE_EXPORT struct im_connection *imcb_new( account_t *acc );
-G_MODULE_EXPORT void imcb_free( struct im_connection *ic );
+G_MODULE_EXPORT void imc_free( struct im_connection *ic );
/* Once you're connected, you should call this function, so that the user will
* see the success. */
G_MODULE_EXPORT void imcb_connected( struct im_connection *ic );