diff src/prpl.h @ 9917:e74eb0d11f86

[gaim-migrate @ 10809] view chat logs curtesy of datallah committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 31 Aug 2004 01:45:12 +0000
parents 41f302d41839
children f8e395a054e2
line wrap: on
line diff
--- a/src/prpl.h	Mon Aug 30 23:13:28 2004 +0000
+++ b/src/prpl.h	Tue Aug 31 01:45:12 2004 +0000
@@ -255,6 +255,7 @@
 	void (*warn)(GaimConnection *, const char *who, gboolean anonymous);
 	void (*join_chat)(GaimConnection *, GHashTable *components);
 	void (*reject_chat)(GaimConnection *, GHashTable *components);
+	char *(*get_chat_name)(GHashTable *components);
 	void (*chat_invite)(GaimConnection *, int id,
 						const char *who, const char *message);
 	void (*chat_leave)(GaimConnection *, int id);
@@ -316,8 +317,8 @@
 
 /* It's not like we're going to run out of integers for this version
    number, but we only want to really change it once per release. */
-/* GAIM_PRPL_API_VERSION last changed for version: 0.82 */
-#define GAIM_PRPL_API_VERSION 7
+/* GAIM_PRPL_API_VERSION last changed for version: 0.83 */
+#define GAIM_PRPL_API_VERSION 8 
 
 #ifdef __cplusplus
 extern "C" {