diff src/connection.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 e5e8d21bd4d8
children e07c66073b6d
line wrap: on
line diff
--- a/src/connection.h	Sat Aug 23 05:39:10 2003 +0000
+++ b/src/connection.h	Sat Aug 23 05:40:51 2003 +0000
@@ -127,6 +127,13 @@
 void gaim_connection_connect(GaimConnection *gc);
 
 /**
+ * Registers a connection.
+ *
+ * @param gc The connection to register.
+ */
+void gaim_connection_register(GaimConnection *gc);
+
+/**
  * Signs a connection off.
  
  * @param gc The connection to sign off.