Added a get_name() function to plugin_t, create_plugin_enumerator enumerates over plugin_t
This commit is contained in:
@@ -46,7 +46,9 @@ af_alg_hasher_t *af_alg_hasher_create(hash_algorithm_t algo);
|
||||
|
||||
/**
|
||||
* Probe algorithms and register af_alg_hasher_create().
|
||||
*
|
||||
* @param plugin plugin name to register algorithms for
|
||||
*/
|
||||
void af_alg_hasher_probe();
|
||||
void af_alg_hasher_probe(char *plugin);
|
||||
|
||||
#endif /** af_alg_HASHER_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user