diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-14 22:32:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-14 22:32:37 +0200 |
commit | b8649f414c160fc2882977b0fe11fc272feb879d (patch) | |
tree | 1bc4c87367d9c1db5a1bab385bd21087154352cd /src/include/taler_merchant_service.h | |
parent | ccb863d9287fefc52fdd792b374214cc2bd00812 (diff) |
bugfixes for wirewatch
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r-- | src/include/taler_merchant_service.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index b1876a30..d427dc22 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -4659,7 +4659,8 @@ TALER_MERCHANT_reward_pickup ( * @param tph handle from the operation to cancel */ void -TALER_MERCHANT_reward_pickup_cancel (struct TALER_MERCHANT_RewardPickupHandle *tph); +TALER_MERCHANT_reward_pickup_cancel (struct + TALER_MERCHANT_RewardPickupHandle *tph); /** |