changeset 1426:de21a6790603

[gaim-migrate @ 1436] remind me i need to make use of these new #defines committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Jan 2001 15:10:03 +0000
parents 3e6a17ae51e8
children 28278bd61403
files src/prpl.h
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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. */