diff libpurple/server.h @ 22768:f1a4ad1526a2

* Renamespace serv_got_chat_join_failed to purple_serv_got_chat_join_failed (new API should be namespaced under purple_ even if it's in server.c). * Update the versions in configure.ac since we're now going to have 2.5.0. * Fix ChangeLog.API to reflect my renamespacing.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 29 Apr 2008 02:58:23 +0000
parents 17cda378a2dd
children b30516259a8a
line wrap: on
line diff
--- a/libpurple/server.h	Tue Apr 29 02:01:43 2008 +0000
+++ b/libpurple/server.h	Tue Apr 29 02:58:23 2008 +0000
@@ -173,7 +173,7 @@
  * @param gc      The connection on which chat joining failed
  * @param name    The name of the chat which we did not join
  */
-void serv_got_join_chat_failed(PurpleConnection *gc, const char *name);
+void purple_serv_got_join_chat_failed(PurpleConnection *gc, const char *name);
 	
 void serv_got_chat_left(PurpleConnection *g, int id);
 void serv_got_chat_in(PurpleConnection *g, int id, const char *who,