extractor.h   extractor.h 
skipping to change at line 35 skipping to change at line 35
extern "C" { extern "C" {
#if 0 /* keep Emacsens' auto-indent happy */ #if 0 /* keep Emacsens' auto-indent happy */
} }
#endif #endif
#endif #endif
/** /**
* 0.2.6-1 => 0x00020601 * 0.2.6-1 => 0x00020601
* 4.5.2-0 => 0x04050200 * 4.5.2-0 => 0x04050200
*/ */
#define EXTRACTOR_VERSION 0x00060200 #define EXTRACTOR_VERSION 0x00060300
#include <stdio.h> #include <stdio.h>
/** /**
* Options for how plugin execution should be done. * Options for how plugin execution should be done.
*/ */
enum EXTRACTOR_Options enum EXTRACTOR_Options
{ {
/** /**
skipping to change at line 316 skipping to change at line 316
EXTRACTOR_METATYPE_SUBTITLE = 172, EXTRACTOR_METATYPE_SUBTITLE = 172,
/* GNUnet specific values (never extracted) */ /* GNUnet specific values (never extracted) */
EXTRACTOR_METATYPE_GNUNET_DISPLAY_TYPE = 173, EXTRACTOR_METATYPE_GNUNET_DISPLAY_TYPE = 173,
EXTRACTOR_METATYPE_GNUNET_FULL_DATA = 174, EXTRACTOR_METATYPE_GNUNET_FULL_DATA = 174,
EXTRACTOR_METATYPE_RATING = 175, EXTRACTOR_METATYPE_RATING = 175,
EXTRACTOR_METATYPE_ORGANIZATION = 176, EXTRACTOR_METATYPE_ORGANIZATION = 176,
EXTRACTOR_METATYPE_RIPPER = 177, EXTRACTOR_METATYPE_RIPPER = 177,
EXTRACTOR_METATYPE_PRODUCER = 178, EXTRACTOR_METATYPE_PRODUCER = 178,
EXTRACTOR_METATYPE_GROUP = 179, EXTRACTOR_METATYPE_GROUP = 179,
EXTRACTOR_METATYPE_GNUNET_ORIGINAL_FILENAME = 180,
EXTRACTOR_METATYPE_LAST = 180 EXTRACTOR_METATYPE_LAST = 181
}; };
/** /**
* Get the textual name of the keyword. * Get the textual name of the keyword.
* *
* @param type meta type to get a UTF-8 string for * @param type meta type to get a UTF-8 string for
* @return NULL if the type is not known, otherwise * @return NULL if the type is not known, otherwise
* an English (locale: C) string describing the type; * an English (locale: C) string describing the type;
* translate using 'dgettext ("libextractor", rval)' * translate using 'dgettext ("libextractor", rval)'
*/ */
 End of changes. 3 change blocks. 
2 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/