[gaim-migrate @ 1436]

Thu, 25 Jan 2001 15:10:03 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Thu, 25 Jan 2001 15:10:03 +0000
changeset 1426
239a74077174
parent 1425
45cdf4249609
child 1427
518162ec0124

[gaim-migrate @ 1436]
remind me i need to make use of these new #defines

src/prpl.h file | annotate | diff | comparison | revisions
--- a/src/prpl.h	Thu Jan 25 09:13:55 2001 +0000
+++ b/src/prpl.h	Thu Jan 25 15:10:03 2001 +0000
@@ -35,7 +35,9 @@
 #define PROTO_JABBER	8
 #define PROTO_NAPSTER	9
 
-#define OPT_PROTO_HTML  0x00000001
+#define OPT_PROTO_HTML         0x00000001
+#define OPT_PROTO_CORRECT_TIME 0x00000002
+#define OPT_PROTO_NORMALIZE    0x00000004
 /* 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. */

mercurial