libpurple/prpl.h

changeset 19641
4a93c044199c
parent 19639
93a56951f439
child 19859
71d37b57eff2
child 19882
d8c2a2fc1fbf
child 19890
5acc75657ae0
--- 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);
 };

mercurial