diff src/multi.h @ 2706:e841b14b5b89

[gaim-migrate @ 2719] oh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Nov 2001 08:02:40 +0000
parents 5cbe86a444d9
children 4254491c722b
line wrap: on
line diff
--- a/src/multi.h	Sat Nov 10 03:50:52 2001 +0000
+++ b/src/multi.h	Sat Nov 10 08:02:40 2001 +0000
@@ -32,6 +32,10 @@
 	/* we make this as an int in case if we want to add more protocols later */
 	int protocol;
 	struct prpl *prpl;
+	guint32 flags;
+
+	/* erg. */
+	char *checkbox;
 
 	/* all connections need an input watcher */
 	int inpa;
@@ -69,6 +73,8 @@
 	gboolean wants_to_die; /* defaults to FALSE */
 };
 
+#define OPT_CONN_HTML		0x00000001
+
 struct proto_user_opt {
 	char *label;
 	char *def;