aboutsummaryrefslogtreecommitdiff
path: root/src/include/extractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/extractor.h')
-rw-r--r--src/include/extractor.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/include/extractor.h b/src/include/extractor.h
index b4e6a40..1102247 100644
--- a/src/include/extractor.h
+++ b/src/include/extractor.h
@@ -32,7 +32,7 @@ extern "C" {
32 * 0.2.6-1 => 0x00020601 32 * 0.2.6-1 => 0x00020601
33 * 4.5.2-0 => 0x04050200 33 * 4.5.2-0 => 0x04050200
34 */ 34 */
35#define EXTRACTOR_VERSION 0x00060900 35#define EXTRACTOR_VERSION 0x00070000
36 36
37#include <stdio.h> 37#include <stdio.h>
38 38
@@ -102,12 +102,8 @@ enum EXTRACTOR_MetaFormat
102 * 0-terminated string. The specific encoding is unknown. 102 * 0-terminated string. The specific encoding is unknown.
103 * "data_len" is strlen(data)+1. 103 * "data_len" is strlen(data)+1.
104 */ 104 */
105 EXTRACTOR_METAFORMAT_C_STRING = 3, 105 EXTRACTOR_METAFORMAT_C_STRING = 3
106 106
107 /**
108 * 0-terminated string. Contains a valid XML (with header and all).
109 */
110 EXTRACTOR_METAFORMAT_XML = 4
111 }; 107 };
112 108
113 109