diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 12:34:24 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-07-17 12:34:24 +0100 |
commit | d0527c1845ed1230bbc3b0f94b8643cd8f9fddc3 (patch) | |
tree | 1fc7cae0b3c49031a524707d34b7d6f599330099 /protocols/nogaim.h | |
parent | 177ffd7da1570485698f6c105374e86c4471c94a (diff) |
libpurple: Handle incoming authorization requests.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 5ce62742..e2933e4a 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -268,6 +268,7 @@ G_MODULE_EXPORT void imcb_error( struct im_connection *ic, char *format, ... ) G * - 'doit' or 'dont' will be called depending of the answer of the user. */ G_MODULE_EXPORT void imcb_ask( struct im_connection *ic, char *msg, void *data, query_callback doit, query_callback dont ); +G_MODULE_EXPORT void imcb_ask_with_free( struct im_connection *ic, char *msg, void *data, query_callback doit, query_callback dont, query_callback myfree ); /* Two common questions you may want to ask: * - X added you to his contact list, allow? |