--- a/libpurple/roomlist.h Thu Sep 12 19:50:12 2013 +0530 +++ b/libpurple/roomlist.h Thu Sep 12 20:03:12 2013 +0530 @@ -253,7 +253,7 @@ * convenience field provided to the protocol plugin--it is not * used the libpurple core. */ -gpointer purple_roomlist_get_proto_data(PurpleRoomlist *list); +gpointer purple_roomlist_get_protocol_data(PurpleRoomlist *list); /** * Set the protocol data associated with this room list. @@ -261,7 +261,7 @@ * @param list The roomlist, which must not be @c NULL. * @param proto_data A pointer to associate with this room list. */ -void purple_roomlist_set_proto_data(PurpleRoomlist *list, gpointer proto_data); +void purple_roomlist_set_protocol_data(PurpleRoomlist *list, gpointer proto_data); /** * Get the UI data associated with this room list.