diff options
Diffstat (limited to 'src/include/anastasis_authorization_lib.h')
-rw-r--r-- | src/include/anastasis_authorization_lib.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/anastasis_authorization_lib.h b/src/include/anastasis_authorization_lib.h index 80740be..99a4602 100644 --- a/src/include/anastasis_authorization_lib.h +++ b/src/include/anastasis_authorization_lib.h | |||
@@ -30,7 +30,7 @@ | |||
30 | * | 30 | * |
31 | * @param method name of the method to load | 31 | * @param method name of the method to load |
32 | * @param AH_cfg configuration to use | 32 | * @param AH_cfg configuration to use |
33 | * @param[out] set to the cost for using the plugin during recovery | 33 | * @param[out] cost set to the cost for using the plugin during recovery |
34 | * @return #GNUNET_OK on success | 34 | * @return #GNUNET_OK on success |
35 | */ | 35 | */ |
36 | struct ANASTASIS_AuthorizationPlugin * | 36 | struct ANASTASIS_AuthorizationPlugin * |
@@ -41,9 +41,7 @@ ANASTASIS_authorization_plugin_load ( | |||
41 | 41 | ||
42 | 42 | ||
43 | /** | 43 | /** |
44 | * shutdown all loaded plugins. | 44 | * Shutdown all loaded plugins. |
45 | * | ||
46 | * @param void | ||
47 | */ | 45 | */ |
48 | void | 46 | void |
49 | ANASTASIS_authorization_plugin_shutdown (void); | 47 | ANASTASIS_authorization_plugin_shutdown (void); |