commit ef41d8c3738419e59c3b88706a126f9224b7b806
parent fc2f142a02125b0f72dcce3eb14cf98b1eaa89aa
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 14 Jul 2005 19:51:52 +0000
update
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/include/extractor.h b/src/include/extractor.h
@@ -141,6 +141,11 @@ typedef enum {
} EXTRACTOR_KeywordType;
/**
+ * Test if a given LE type contains binary data.
+ */
+#define EXTRACTOR_isBinaryType(type) (type == EXTRACTOR_THUMBNAIL_DATA)
+
+/**
* A linked list of keywords. This structure is passed around
* in libExtractor and is typically the result of any keyword
* extraction operation.