Browse code

attTNEFVERSION

git-svn: trunk@1538

Nigel Horne authored on 2005/05/12 06:43:57
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@
24 24
 #include "clamav-config.h"
25 25
 #endif
26 26
 
27
-static	char	const	rcsid[] = "$Id: tnef.c,v 1.20 2005/05/11 15:22:17 nigelhorne Exp $";
27
+static	char	const	rcsid[] = "$Id: tnef.c,v 1.21 2005/05/11 21:43:57 nigelhorne Exp $";
28 28
 
29 29
 #include <stdio.h>
30 30
 #include <fcntl.h>
... ...
@@ -51,6 +51,7 @@ static	int	tnef_header(FILE *fp, uint8_t *part, uint16_t *type, uint16_t *tag, u
51 51
 #define	attATTACHDATA	0x800f	/* Attachment Data */
52 52
 #define	attATTACHTITLE	0x8010	/* Attachment File Name */
53 53
 #define	attDATEMODIFIED	0x8020
54
+#define	attTNEFVERSION	0x9006
54 55
 #define	attOEMCODEPAGE	0x9007
55 56
 
56 57
 #if WORDS_BIGENDIAN == 0