--- a/libpurple/prpl.h Mon Aug 27 02:29:15 2007 +0000 +++ b/libpurple/prpl.h Mon Aug 27 05:37:40 2007 +0000 @@ -348,9 +348,9 @@ char *(*roomlist_room_serialize)(PurpleRoomlistRoom *room); /* Attention API for sending & receiving zaps/nudges/buzzes etc. */ - gboolean (*send_attention)(PurpleConnection *gc, - const char *username, guint type); + gboolean (*send_attention)(PurpleConnection *gc, const char *username, guint type); GList *(*attention_types)(PurpleAccount *acct); + void (*_purple_reserved3)(void); void (*_purple_reserved4)(void); };