diff libpurple/protocols/jabber/jabber.h @ 21358:ba41f2a60253

Rename: * PurpleDisconnectReason to PurpleConnectionError; * elements of that enum from PURPLE_REASON_* to PURPLE_CONNECTION_ERROR_*; * purple_connection_reason_is_fatal to purple_connection_error_is_fatal.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 14 Oct 2007 21:08:42 +0000
parents bde477ec6a71
children a4b6854737d5
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sun Oct 14 12:19:20 2007 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun Oct 14 21:08:42 2007 +0000
@@ -223,7 +223,7 @@
  *  @param reason where to store the disconnection reason, or @c NULL if you
  *                don't care or you don't intend to close the connection.
  */
-char *jabber_parse_error(JabberStream *js, xmlnode *packet, PurpleDisconnectReason *reason);
+char *jabber_parse_error(JabberStream *js, xmlnode *packet, PurpleConnectionError *reason);
 
 void jabber_add_feature(const gchar *shortname, const gchar *namespace, JabberFeatureEnabled cb); /* cb may be NULL */
 void jabber_remove_feature(const gchar *shortname);