extractor_plugins.h (libextractor-1.10) | : | extractor_plugins.h (libextractor-1.11) | ||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
*/ | */ | |||
/** | /** | |||
* @file main/extractor_plugins.h | * @file main/extractor_plugins.h | |||
* @brief code to load plugins | * @brief code to load plugins | |||
* @author Christian Grothoff | * @author Christian Grothoff | |||
*/ | */ | |||
#ifndef EXTRACTOR_PLUGINS_H | #ifndef EXTRACTOR_PLUGINS_H | |||
#define EXTRACTOR_PLUGINS_H | #define EXTRACTOR_PLUGINS_H | |||
#include "platform.h" | #include "platform.h" | |||
#include "plibc.h" | ||||
#include "extractor.h" | #include "extractor.h" | |||
#include <signal.h> | #include <signal.h> | |||
#include <ltdl.h> | #include <ltdl.h> | |||
/** | /** | |||
* Linked list of extractor plugins. An application builds this list | * Linked list of extractor plugins. An application builds this list | |||
* by telling libextractor to load various meta data extraction | * by telling libextractor to load various meta data extraction | |||
* plugins. Plugins can also be unloaded (removed from this list, | * plugins. Plugins can also be unloaded (removed from this list, | |||
* see EXTRACTOR_plugin_remove). | * see EXTRACTOR_plugin_remove). | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 0 lines changed or added |