Changeset d0527c1 for protocols/nogaim.h


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.h

    r177ffd7 rd0527c1  
    269269 */
    270270G_MODULE_EXPORT void imcb_ask( struct im_connection *ic, char *msg, void *data, query_callback doit, query_callback dont );
     271G_MODULE_EXPORT void imcb_ask_with_free( struct im_connection *ic, char *msg, void *data, query_callback doit, query_callback dont, query_callback myfree );
    271272
    272273/* Two common questions you may want to ask:
Note: See TracChangeset for help on using the changeset viewer.