diff options
Diffstat (limited to 'src/testing/testing_api_cmd_policy_lookup.c')
-rw-r--r-- | src/testing/testing_api_cmd_policy_lookup.c | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/src/testing/testing_api_cmd_policy_lookup.c b/src/testing/testing_api_cmd_policy_lookup.c index 0906491..6608d90 100644 --- a/src/testing/testing_api_cmd_policy_lookup.c +++ b/src/testing/testing_api_cmd_policy_lookup.c | |||
@@ -69,11 +69,11 @@ struct PolicyLookupState | |||
69 | 69 | ||
70 | 70 | ||
71 | /** | 71 | /** |
72 | * Function called with the results of a #ANASTASIS_lookup(). | 72 | * Function called with the results of a #ANASTASIS_policy_lookup(). |
73 | * | 73 | * |
74 | * @param cls closure | 74 | * @param cls closure |
75 | * @param http_status HTTP status of the request | 75 | * @param http_status HTTP status of the request |
76 | * @param ud details about the lookup operation | 76 | * @param dd details about the lookup operation |
77 | */ | 77 | */ |
78 | static void | 78 | static void |
79 | policy_lookup_cb (void *cls, | 79 | policy_lookup_cb (void *cls, |
@@ -197,16 +197,6 @@ policy_lookup_cleanup (void *cls, | |||
197 | } | 197 | } |
198 | 198 | ||
199 | 199 | ||
200 | /** | ||
201 | * Make the "policy lookup" command. | ||
202 | * | ||
203 | * @param label command label | ||
204 | * @param anastasis_url base URL of the ANASTASIS serving | ||
205 | * the policy store request. | ||
206 | * @param http_status expected HTTP status. | ||
207 | * @param upload_ref reference to upload command | ||
208 | * @return the command | ||
209 | */ | ||
210 | struct TALER_TESTING_Command | 200 | struct TALER_TESTING_Command |
211 | ANASTASIS_TESTING_cmd_policy_lookup (const char *label, | 201 | ANASTASIS_TESTING_cmd_policy_lookup (const char *label, |
212 | const char *anastasis_url, | 202 | const char *anastasis_url, |
@@ -233,14 +223,6 @@ ANASTASIS_TESTING_cmd_policy_lookup (const char *label, | |||
233 | } | 223 | } |
234 | 224 | ||
235 | 225 | ||
236 | /** | ||
237 | * Make the "policy lookup" command for a non-existent upload. | ||
238 | * | ||
239 | * @param label command label | ||
240 | * @param anastasis_url base URL of the ANASTASIS serving | ||
241 | * the policy lookup request. | ||
242 | * @return the command | ||
243 | */ | ||
244 | struct TALER_TESTING_Command | 226 | struct TALER_TESTING_Command |
245 | ANASTASIS_TESTING_cmd_policy_nx (const char *label, | 227 | ANASTASIS_TESTING_cmd_policy_nx (const char *label, |
246 | const char *anastasis_url) | 228 | const char *anastasis_url) |