extractor.h | extractor.h | |||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
} | } | |||
#endif | #endif | |||
#endif | #endif | |||
#include <stdint.h> | #include <stdint.h> | |||
/** | /** | |||
* 0.2.6-1 => 0x00020601 | * 0.2.6-1 => 0x00020601 | |||
* 4.5.2-0 => 0x04050200 | * 4.5.2-0 => 0x04050200 | |||
*/ | */ | |||
#define EXTRACTOR_VERSION 0x01000000 | #define EXTRACTOR_VERSION 0x01010000 | |||
#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 | |||
{ | { | |||
/** | /** | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||