diff libpurple/server.h @ 22769:b30516259a8a

disapproval of revision '52c0efb045580dac7b6f5e40c91002e917e0cae3'
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 29 Apr 2008 03:47:25 +0000
parents f1a4ad1526a2
children e1012f92ba3b
line wrap: on
line diff
--- a/libpurple/server.h	Tue Apr 29 02:58:23 2008 +0000
+++ b/libpurple/server.h	Tue Apr 29 03:47:25 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 purple_serv_got_join_chat_failed(PurpleConnection *gc, const char *name);
+void 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,