diff src/multi.h @ 1089:f0f5c10cce63

[gaim-migrate @ 1099] added a cancel button to the progress meter committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 13 Nov 2000 02:58:00 +0000
parents ed28707debdc
children 3063e6743913
line wrap: on
line diff
--- a/src/multi.h	Mon Nov 13 00:37:02 2000 +0000
+++ b/src/multi.h	Mon Nov 13 02:58:00 2000 +0000
@@ -71,14 +71,14 @@
 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
 extern GSList *connections;
 
-struct gaim_connection *new_gaim_conn(int, char *, char *);
+struct gaim_connection *new_gaim_conn(struct aim_user *);
 void destroy_gaim_conn(struct gaim_connection *);
 
 struct gaim_connection *find_gaim_conn_by_name(char *);
 
 void account_editor(GtkWidget *, GtkWidget *);
 
-void account_online(struct aim_user *, struct gaim_connection *);
+void account_online(struct gaim_connection *);
 void account_offline(struct gaim_connection *);
 
 void auto_login();