filter/Plugin: move filter_configured_new() to LoadOne.cxx
This commit is contained in:
@@ -40,15 +40,4 @@ struct FilterPlugin {
|
||||
std::unique_ptr<PreparedFilter> (*init)(const ConfigBlock &block);
|
||||
};
|
||||
|
||||
/**
|
||||
* Creates a new filter, loads configuration and the plugin name from
|
||||
* the specified configuration section.
|
||||
*
|
||||
* Throws std::runtime_error on error.
|
||||
*
|
||||
* @param block the configuration section
|
||||
*/
|
||||
std::unique_ptr<PreparedFilter>
|
||||
filter_configured_new(const ConfigBlock &block);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user