aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_plugins.c')
-rw-r--r--src/main/extractor_plugins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/extractor_plugins.c b/src/main/extractor_plugins.c
index 1ab777b..147efda 100644
--- a/src/main/extractor_plugins.c
+++ b/src/main/extractor_plugins.c
@@ -200,7 +200,7 @@ EXTRACTOR_plugin_load_ (struct EXTRACTOR_PluginList *plugin)
200 * @param library the name of the library 200 * @param library the name of the library
201 * @param options options to pass to the plugin 201 * @param options options to pass to the plugin
202 * @param flags options to use 202 * @param flags options to use
203 * @return the new list of libraries, equal to prev iff an error occured 203 * @return the new list of libraries, equal to prev iff an error occurred
204 */ 204 */
205struct EXTRACTOR_PluginList * 205struct EXTRACTOR_PluginList *
206EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev, 206EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev,
@@ -254,7 +254,7 @@ EXTRACTOR_plugin_add (struct EXTRACTOR_PluginList *prev,
254 * the library list. 254 * the library list.
255 * @param prev the previous list of libraries, may be NULL 255 * @param prev the previous list of libraries, may be NULL
256 * @param flags options to use 256 * @param flags options to use
257 * @return the new list of libraries, equal to prev iff an error occured 257 * @return the new list of libraries, equal to prev iff an error occurred
258 * or if config was empty (or NULL). 258 * or if config was empty (or NULL).
259 */ 259 */
260struct EXTRACTOR_PluginList * 260struct EXTRACTOR_PluginList *