diff -r a8c3fecee2d3 -r 1bf8b6ef5aea pidgin/gtkutils.h --- a/pidgin/gtkutils.h Sat Aug 17 23:27:20 2013 +0530 +++ b/pidgin/gtkutils.h Sat Aug 17 23:28:51 2013 +0530 @@ -593,13 +593,13 @@ /** * Converts a buddy icon to the required size and format * - * @param prpl_info The prpl to convert the icon + * @param protocol The prpl to convert the icon * @param path The path of a file to convert * @param len If not @c NULL, the length of the returned data will be set here. * * @return The converted image data, or @c NULL if an error occurred. */ -gpointer pidgin_convert_buddy_icon(PurplePluginProtocolInfo *prpl_info, const char *path, size_t *len); +gpointer pidgin_convert_buddy_icon(PurpleProtocol *protocol, const char *path, size_t *len); /** * Converts "->" and "<-" in strings to Unicode arrow characters, for use in referencing