Changeset d0527c1 for protocols/nogaim.c


Ignore:
Timestamp:
2010-07-17T11:34:24Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a08e875
Parents:
177ffd7
Message:

libpurple: Handle incoming authorization requests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r177ffd7 rd0527c1  
    381381{
    382382        query_add( (irc_t *) ic->bee->ui_data, ic, msg, doit, dont, g_free, data );
     383}
     384
     385void imcb_ask_with_free( struct im_connection *ic, char *msg, void *data,
     386                         query_callback doit, query_callback dont, query_callback myfree )
     387{
     388        query_add( (irc_t *) ic->bee->ui_data, ic, msg, doit, dont, myfree, data );
    383389}
    384390
Note: See TracChangeset for help on using the changeset viewer.