libpurple/internal.h

branch
soc.2013.gobjectification.plugins
changeset 36987
e5fdaa0edfa8
parent 36973
c2947ee224ca
child 37007
005cd580cedd
--- a/libpurple/internal.h	Sat Jan 18 04:08:01 2014 +0530
+++ b/libpurple/internal.h	Sat Jan 18 04:23:51 2014 +0530
@@ -169,6 +169,14 @@
                                        PurpleConnectionErrorInfo *new_err);
 
 /**
+ * Get an XML description of an account.
+ *
+ * @param account  The account
+ * @return  The XML description of the account.
+ */
+PurpleXmlNode *_purple_account_to_xmlnode(PurpleAccount *account);
+
+/**
  * Returns the last child of a particular node.
  *
  * @param node  The node whose last child is to be retrieved.

mercurial