comparison 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
comparison
equal deleted inserted replaced
1088:18a14e6dd0af 1089:f0f5c10cce63
69 }; 69 };
70 70
71 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */ 71 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
72 extern GSList *connections; 72 extern GSList *connections;
73 73
74 struct gaim_connection *new_gaim_conn(int, char *, char *); 74 struct gaim_connection *new_gaim_conn(struct aim_user *);
75 void destroy_gaim_conn(struct gaim_connection *); 75 void destroy_gaim_conn(struct gaim_connection *);
76 76
77 struct gaim_connection *find_gaim_conn_by_name(char *); 77 struct gaim_connection *find_gaim_conn_by_name(char *);
78 78
79 void account_editor(GtkWidget *, GtkWidget *); 79 void account_editor(GtkWidget *, GtkWidget *);
80 80
81 void account_online(struct aim_user *, struct gaim_connection *); 81 void account_online(struct gaim_connection *);
82 void account_offline(struct gaim_connection *); 82 void account_offline(struct gaim_connection *);
83 83
84 void auto_login(); 84 void auto_login();
85 85
86 void set_login_progress(struct gaim_connection *, float, char *); 86 void set_login_progress(struct gaim_connection *, float, char *);