diff options
Diffstat (limited to 'src/method.h')
-rw-r--r-- | src/method.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/method.h b/src/method.h index de1fb58..b003fa0 100644 --- a/src/method.h +++ b/src/method.h @@ -81,6 +81,7 @@ struct fastd_method_provider { }; +/** Searches for a provider providing a method and instanciates it */ bool fastd_method_create_by_name(const char *name, const fastd_method_provider_t **provider, fastd_method_t **method); |