gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1528 - Extractor/src/include


From: grothoff
Subject: [GNUnet-SVN] r1528 - Extractor/src/include
Date: Thu, 14 Jul 2005 12:51:55 -0700 (PDT)

Author: grothoff
Date: 2005-07-14 12:51:52 -0700 (Thu, 14 Jul 2005)
New Revision: 1528

Modified:
   Extractor/src/include/extractor.h
Log:
update

Modified: Extractor/src/include/extractor.h
===================================================================
--- Extractor/src/include/extractor.h   2005-07-14 19:48:48 UTC (rev 1527)
+++ Extractor/src/include/extractor.h   2005-07-14 19:51:52 UTC (rev 1528)
@@ -141,6 +141,11 @@
 } 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]