Changeset c0c43fb for protocols/nogaim.h


Ignore:
Timestamp:
2008-12-14T10:31:49Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
ac46218
Parents:
939370c
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r939370c rc0c43fb  
    239239 * the account_t parameter. */
    240240G_MODULE_EXPORT struct im_connection *imcb_new( account_t *acc );
    241 G_MODULE_EXPORT void imcb_free( struct im_connection *ic );
     241G_MODULE_EXPORT void imc_free( struct im_connection *ic );
    242242/* Once you're connected, you should call this function, so that the user will
    243243 * see the success. */
Note: See TracChangeset for help on using the changeset viewer.