diff src/prpl.h @ 1370:776bb4c6c0b8

[gaim-migrate @ 1380] woohoo. no more HTML codes in protocols that don't support them. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 04 Jan 2001 21:59:35 +0000
parents 04874e92af24
children bf041349b11e
line wrap: on
line diff
--- a/src/prpl.h	Wed Jan 03 04:36:03 2001 +0000
+++ b/src/prpl.h	Thu Jan 04 21:59:35 2001 +0000
@@ -35,10 +35,16 @@
 #define PROTO_JABBER	8
 #define PROTO_NAPSTER	9
 
+#define OPT_PROTO_HTML  0x00000001
+/* there should be more here eventually... These should all be stuff that other
+ * plugins can't do (for example, TOC and Oscar and Jabber can do HTML in messages,
+ * but IRC etc can't, so TOC/Oscar/Jabber have _HTML set but not IRC. */
+
 typedef void (*proto_init)(struct prpl *);
 
 struct prpl {
 	int protocol;
+	int options;
 	char *(* name)();
 
 	/* returns the XPM associated with the given user class */