diff options
Diffstat (limited to 'src/exchange-lib/testing_api_cmd_exec_aggregator.c')
-rw-r--r-- | src/exchange-lib/testing_api_cmd_exec_aggregator.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/exchange-lib/testing_api_cmd_exec_aggregator.c b/src/exchange-lib/testing_api_cmd_exec_aggregator.c index 0af39871..a93f6deb 100644 --- a/src/exchange-lib/testing_api_cmd_exec_aggregator.c +++ b/src/exchange-lib/testing_api_cmd_exec_aggregator.c @@ -114,12 +114,11 @@ aggregator_cleanup (void *cls, * @param ret[out] result. * @param trait name of the trait. * @param index index number of the object to offer. - * * @return #GNUNET_OK on success */ static int aggregator_traits (void *cls, - void **ret, + const void **ret, const char *trait, unsigned int index) { @@ -142,7 +141,6 @@ aggregator_traits (void *cls, * @param label command label. * @param config_filename configuration file for the * aggregator to use. - * * @return the command. */ struct TALER_TESTING_Command |