summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-28 22:42:09 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-28 22:42:09 +0100
commitf662313f7932818a88f0766c783b9c407a8b6c61 (patch)
treef0b148cf27d35aabf8c73d224dff8c040beb284d /src/include/taler_exchange_service.h
parentb554501621913b9fef71a2652ba10ebabd7849f4 (diff)
downloadexchange-f662313f7932818a88f0766c783b9c407a8b6c61.tar.gz
exchange-f662313f7932818a88f0766c783b9c407a8b6c61.tar.bz2
exchange-f662313f7932818a88f0766c783b9c407a8b6c61.zip
add purse delete functions to libtalerexchange
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 0e33f7770..938b74457 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -4983,7 +4983,7 @@ struct TALER_EXCHANGE_PurseDeleteHandle;
* @param cb_cls closure for @a cb
* @return the request handle; NULL upon error
*/
-struct TALER_EXCHANGE_PurseCreateDepositHandle *
+struct TALER_EXCHANGE_PurseDeleteHandle *
TALER_EXCHANGE_purse_delete (
struct TALER_EXCHANGE_Handle *exchange,
const struct TALER_PurseContractPrivateKeyP *purse_priv,