diff options
Diffstat (limited to 'src/include/anastasis_authorization_lib.h')
-rw-r--r-- | src/include/anastasis_authorization_lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/anastasis_authorization_lib.h b/src/include/anastasis_authorization_lib.h index e8eaf74..975dd5f 100644 --- a/src/include/anastasis_authorization_lib.h +++ b/src/include/anastasis_authorization_lib.h | |||
@@ -29,12 +29,14 @@ | |||
29 | * Load authorization plugin. | 29 | * Load authorization plugin. |
30 | * | 30 | * |
31 | * @param method name of the method to load | 31 | * @param method name of the method to load |
32 | * @param db database handle to use | ||
32 | * @param AH_cfg configuration to use | 33 | * @param AH_cfg configuration to use |
33 | * @return plugin handle on success | 34 | * @return plugin handle on success |
34 | */ | 35 | */ |
35 | struct ANASTASIS_AuthorizationPlugin * | 36 | struct ANASTASIS_AuthorizationPlugin * |
36 | ANASTASIS_authorization_plugin_load ( | 37 | ANASTASIS_authorization_plugin_load ( |
37 | const char *method, | 38 | const char *method, |
39 | struct ANASTASIS_DatabasePlugin *db, | ||
38 | const struct GNUNET_CONFIGURATION_Handle *AH_cfg); | 40 | const struct GNUNET_CONFIGURATION_Handle *AH_cfg); |
39 | 41 | ||
40 | 42 | ||