diff options
Diffstat (limited to 'src/testing/testing_api_cmd_config.c')
-rw-r--r-- | src/testing/testing_api_cmd_config.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_config.c b/src/testing/testing_api_cmd_config.c index 7ff42c9..cf6979c 100644 --- a/src/testing/testing_api_cmd_config.c +++ b/src/testing/testing_api_cmd_config.c | |||
@@ -14,12 +14,11 @@ | |||
14 | TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> | 14 | TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> |
15 | */ | 15 | */ |
16 | /** | 16 | /** |
17 | * @file testing/testing_api_cmd_config.c | 17 | * @file anastasis/src/testing/testing_api_cmd_config.c |
18 | * @brief command to obtain the configuration of an anastasis backend service. | 18 | * @brief command to obtain the configuration of an anastasis backend service. |
19 | * @author Dennis Neufeld | 19 | * @author Dennis Neufeld |
20 | * @author Dominik Meister | 20 | * @author Dominik Meister |
21 | */ | 21 | */ |
22 | |||
23 | #include "platform.h" | 22 | #include "platform.h" |
24 | #include "anastasis_testing_lib.h" | 23 | #include "anastasis_testing_lib.h" |
25 | #include <taler/taler_util.h> | 24 | #include <taler/taler_util.h> |
@@ -59,7 +58,7 @@ struct ConfigState | |||
59 | 58 | ||
60 | 59 | ||
61 | /** | 60 | /** |
62 | * Function called with the results of a #ANASTASIS_config(). | 61 | * Function called with the results of a #ANASTASIS_get_config(). |
63 | * | 62 | * |
64 | * @param cls closure | 63 | * @param cls closure |
65 | * @param http_status HTTP status of the request | 64 | * @param http_status HTTP status of the request |
@@ -156,7 +155,7 @@ config_cleanup (void *cls, | |||
156 | * Offer internal data to other commands. | 155 | * Offer internal data to other commands. |
157 | * | 156 | * |
158 | * @param cls closure | 157 | * @param cls closure |
159 | * @param ret[out] result (could be anything) | 158 | * @param[out] ret result (could be anything) |
160 | * @param trait name of the trait | 159 | * @param trait name of the trait |
161 | * @param index index number of the object to extract. | 160 | * @param index index number of the object to extract. |
162 | * @return #GNUNET_OK on success | 161 | * @return #GNUNET_OK on success |