diff src/connection.h @ 10400:6a043ae92db6

[gaim-migrate @ 11631] I'm about to go home for the holidays, so I figured I'd commit this before I left so someone else could pick up on it while I'm gone. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 19 Dec 2004 20:32:32 +0000
parents 5879593a6a10
children 4829abdc5c35
line wrap: on
line diff
--- a/src/connection.h	Sun Dec 19 17:35:59 2004 +0000
+++ b/src/connection.h	Sun Dec 19 20:32:32 2004 +0000
@@ -57,6 +57,7 @@
 
 #include "account.h"
 #include "plugin.h"
+#include "status.h"
 
 typedef struct
 {
@@ -130,10 +131,11 @@
  * Logs in to this connection.
  *
  * @param gc The connection to log in.
+ * @param status The status to login to.
  *
  * @see gaim_connection_disconnect()
  */
-void gaim_connection_connect(GaimConnection *gc);
+void gaim_connection_connect(GaimConnection *gc, GaimStatus *status);
 
 /**
  * Registers a connection.