From 9c570283501deade11d4795a64aa8b8cf29266fb Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Wed, 11 May 2005 21:43:57 +0000 Subject: [PATCH] attTNEFVERSION git-svn: trunk@1538 --- clamav-devel/libclamav/tnef.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clamav-devel/libclamav/tnef.c b/clamav-devel/libclamav/tnef.c index 3d6be1ff7..3ead885f5 100644 --- a/clamav-devel/libclamav/tnef.c +++ b/clamav-devel/libclamav/tnef.c @@ -24,7 +24,7 @@ #include "clamav-config.h" #endif -static char const rcsid[] = "$Id: tnef.c,v 1.20 2005/05/11 15:22:17 nigelhorne Exp $"; +static char const rcsid[] = "$Id: tnef.c,v 1.21 2005/05/11 21:43:57 nigelhorne Exp $"; #include #include @@ -51,6 +51,7 @@ static int tnef_header(FILE *fp, uint8_t *part, uint16_t *type, uint16_t *tag, u #define attATTACHDATA 0x800f /* Attachment Data */ #define attATTACHTITLE 0x8010 /* Attachment File Name */ #define attDATEMODIFIED 0x8020 +#define attTNEFVERSION 0x9006 #define attOEMCODEPAGE 0x9007 #if WORDS_BIGENDIAN == 0