comparison libgaim/plugins/perl/common/module.h @ 14355:fb675c9eef7a

[gaim-migrate @ 17061] Update perl to reflect the changes to gaim_util_fetch_url(). I hope this compiles. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 27 Aug 2006 21:18:20 +0000
parents 8793fc8f7064
children 338ac096e322
comparison
equal deleted inserted replaced
14354:01daacf7b771 14355:fb675c9eef7a
246 246
247 /* stringref.h */ 247 /* stringref.h */
248 typedef GaimStringref * Gaim__Stringref; 248 typedef GaimStringref * Gaim__Stringref;
249 249
250 /* util.h */ 250 /* util.h */
251 typedef GaimInfoFieldFormatCallback Gaim__Util__InfoFieldFormatCallback; 251 typedef GaimUtilFetchUrlData Gaim__Util__FetchUrlData;
252 typedef GaimMenuAction * Gaim__Menu__Action; 252 typedef GaimMenuAction * Gaim__Menu__Action;
253 253
254 /* value.h */ 254 /* value.h */
255 typedef GaimValue * Gaim__Value; 255 typedef GaimValue * Gaim__Value;
256 256