diff options
Diffstat (limited to 'src/backend/taler-merchant-httpd_exchanges.h')
-rw-r--r-- | src/backend/taler-merchant-httpd_exchanges.h | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.h b/src/backend/taler-merchant-httpd_exchanges.h index 89ba4030..5fc57a3e 100644 --- a/src/backend/taler-merchant-httpd_exchanges.h +++ b/src/backend/taler-merchant-httpd_exchanges.h @@ -83,23 +83,6 @@ TMH_EXCHANGES_done (void); /** - * Function called with the result of a #TMH_EXCHANGES_find_exchange() - * operation. - * - * @param cls closure - * @param hr HTTP response details - * @param eh handle to the exchange context - * @param ih internal handle to the exchange - */ -typedef void -(*TMH_EXCHANGES_FindContinuation)( - void *cls, - const struct TALER_EXCHANGE_HttpResponse *hr, - struct TALER_EXCHANGE_Handle *eh, - struct TMH_Exchange *ih); - - -/** * Function called with the result of a #TMH_EXCHANGES_keys4exchange() * operation. * @@ -126,11 +109,6 @@ typedef void /** - * Information we keep for a pending #MMH_EXCHANGES_find_exchange() operation. - */ -struct TMH_EXCHANGES_FindOperation; - -/** * Information we keep for a pending #MMH_EXCHANGES_keys4exchange() operation. */ struct TMH_EXCHANGES_Find2Operation; @@ -142,24 +120,6 @@ struct TMH_EXCHANGES_WireOperation; /** - * Find a exchange that matches @a chosen_exchange. If we cannot connect - * to the exchange, or if it is not acceptable, @a fc is called with - * NULL for the exchange. - * - * @param chosen_exchange URL of the exchange we would like to talk to - * @param force_reload set to true to download /wire again even if we already have - * an answer (used if the answer might be stale). - * @param fc function to call with the handles for the exchange - * @param fc_cls closure for @a fc - */ -struct TMH_EXCHANGES_FindOperation * -TMH_EXCHANGES_find_exchange (const char *chosen_exchange, - bool force_reload, - TMH_EXCHANGES_FindContinuation fc, - void *fc_cls); - - -/** * Get /keys of the given @a exchange. * * @param exchange URL of the exchange we would like to talk to @@ -203,15 +163,6 @@ TMH_EXCHANGES_lookup_wire_fee (const char *exchange_url, /** - * Abort pending find operation. - * - * @param fo handle to operation to abort - */ -void -TMH_EXCHANGES_find_exchange_cancel (struct TMH_EXCHANGES_FindOperation *fo); - - -/** * Abort pending keys details lookup operation. * * @param fo handle to operation to abort |