diff src/protocols/gg/confer.h @ 12007:8724718d387f

[gaim-migrate @ 14300] Further updates to gg from Bartosz Oler. This makes the login and token retrieval processes asynchronous. There are also some encoding fixes and various cleanups. There are some changes from me to make it work on win32. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 08 Nov 2005 19:45:09 +0000
parents d5599677bf32
children
line wrap: on
line diff
--- a/src/protocols/gg/confer.h	Tue Nov 08 18:56:15 2005 +0000
+++ b/src/protocols/gg/confer.h	Tue Nov 08 19:45:09 2005 +0000
@@ -44,7 +44,8 @@
  * @param chat_name Name of the conversation.
  */
 void
-ggp_confer_participants_add_uin(GaimConnection *gc, const gchar *chat_name, const uin_t uin);
+ggp_confer_participants_add_uin(GaimConnection *gc, const gchar *chat_name,
+						    const uin_t uin);
 
 /**
  * Add the specified UINs to the specified conversation.
@@ -56,7 +57,7 @@
  */
 void
 ggp_confer_participants_add(GaimConnection *gc, const gchar *chat_name,
-						  const uin_t *recipients, int count);
+			    const uin_t *recipients, int count);
 
 /**
  * Finds a conversation in which all the specified recipients participate.
@@ -71,7 +72,8 @@
  * @return Name of the conversation.
  */
 const char*
-ggp_confer_find_by_participants(GaimConnection *gc, const uin_t *recipients, int count);
+ggp_confer_find_by_participants(GaimConnection *gc, const uin_t *recipients,
+						    int count);
 
 /**
  * Adds a new conversation to the internal list of conversations.
@@ -88,4 +90,4 @@
 
 #endif /* _GAIM_GG_CONFER_H */
 
-/* vim: set ts=4 sts=0 sw=4 noet: */
+/* vim: set ts=8 sts=0 sw=8 noet: */