diff src/account.h @ 6581:0473a28ce807

[gaim-migrate @ 7103] this should fix jabber registrations yet again committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 23 Aug 2003 05:40:51 +0000
parents b80ccf6391e3
children e07c66073b6d
line wrap: on
line diff
--- a/src/account.h	Sat Aug 23 05:39:10 2003 +0000
+++ b/src/account.h	Sat Aug 23 05:40:51 2003 +0000
@@ -97,6 +97,15 @@
 GaimConnection *gaim_account_connect(GaimAccount *account);
 
 /**
+ * Registers an account.
+ *
+ * @param account The account to register.
+ *
+ * @return The gaim connection.
+ */
+GaimConnection *gaim_account_register(GaimAccount *account);
+
+/**
  * Disconnects from an account.
  *
  * @param account The account to disconnect from.