diff libpurple/protocols/jabber/jabber.h @ 25763:860ebaf275ae

Add more jabber plugin unloading functions to clean up more data structures In reality, probably not terribly useful since the entire program is about to quit.
author Paul Aurich <paul@darkrain42.org>
date Sat, 22 Nov 2008 19:44:05 +0000
parents 1b64942c5fb2
children 7de1f124f95a
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sat Nov 22 18:53:48 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sat Nov 22 19:44:05 2008 +0000
@@ -310,7 +310,7 @@
  *  @param language the language localization of the name. Can be NULL.
  *  @param name the name of the identity.
  */
-void jabber_add_identity(const gchar *category, const gchar *type, const gchar *lang, const gchar *name); 
+void jabber_add_identity(const gchar *category, const gchar *type, const gchar *lang, const gchar *name);
 
 /** PRPL functions */
 const char *jabber_list_icon(PurpleAccount *a, PurpleBuddy *b);
@@ -333,6 +333,8 @@
 int jabber_prpl_send_raw(PurpleConnection *gc, const char *buf, int len);
 GList *jabber_actions(PurplePlugin *plugin, gpointer context);
 void jabber_register_commands(void);
+
 void jabber_init_plugin(PurplePlugin *plugin);
+void jabber_uninit_plugin(void);
 
 #endif /* _PURPLE_JABBER_H_ */