Changeset d0527c1 for protocols/nogaim.h
- Timestamp:
- 2010-07-17T11:34:24Z (15 years ago)
- Branches:
- master
- Children:
- a08e875
- Parents:
- 177ffd7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r177ffd7 rd0527c1 269 269 */ 270 270 G_MODULE_EXPORT void imcb_ask( struct im_connection *ic, char *msg, void *data, query_callback doit, query_callback dont ); 271 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 ); 271 272 272 273 /* Two common questions you may want to ask:
Note: See TracChangeset
for help on using the changeset viewer.