diff src/multi.h @ 2204:5014b802eb41

[gaim-migrate @ 2214] if you load a protocol for an unknown account or unload one, update the account editor. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 31 Aug 2001 18:09:27 +0000
parents 8f1ca76e46f5
children cff4fbe01c7b
line wrap: on
line diff
--- a/src/multi.h	Fri Aug 31 17:09:24 2001 +0000
+++ b/src/multi.h	Fri Aug 31 18:09:27 2001 +0000
@@ -94,6 +94,13 @@
 	struct gaim_connection *gc;
 };
 
+struct proto_chat_entry {
+	char *label;
+	gboolean is_int;
+	int min;
+	int max;
+};
+
 /* now that we have our struct, we're going to need lots of them. Maybe even a list of them. */
 extern GSList *connections;
 
@@ -104,6 +111,7 @@
 struct gaim_connection *find_gaim_conn_by_name(char *);
 
 void account_editor(GtkWidget *, GtkWidget *);
+void regenerate_user_list();
 
 void account_online(struct gaim_connection *);
 void account_offline(struct gaim_connection *);