summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_wallet_get_tip.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-23 20:25:58 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-23 20:25:58 +0200
commit8f52ed6000b129ee0c9366b7d66e0d8237828924 (patch)
tree5d4d7e582319db8c9b1f9827ff0557c5eb7a82ee /src/lib/merchant_api_wallet_get_tip.c
parentcecafaab58860d7b49ce72d139270f8517ea6025 (diff)
downloadmerchant-8f52ed6000b129ee0c9366b7d66e0d8237828924.tar.gz
merchant-8f52ed6000b129ee0c9366b7d66e0d8237828924.tar.bz2
merchant-8f52ed6000b129ee0c9366b7d66e0d8237828924.zip
DCE: removing legacy code and APIs
Diffstat (limited to 'src/lib/merchant_api_wallet_get_tip.c')
-rw-r--r--src/lib/merchant_api_wallet_get_tip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/merchant_api_wallet_get_tip.c b/src/lib/merchant_api_wallet_get_tip.c
index 64a76f18..f0fae967 100644
--- a/src/lib/merchant_api_wallet_get_tip.c
+++ b/src/lib/merchant_api_wallet_get_tip.c
@@ -233,8 +233,8 @@ TALER_MERCHANT_wallet_tip_get (struct GNUNET_CURL_Context *ctx,
* @param tqo handle to the operation being cancelled
*/
void
-TALER_MERCHANT_wallet_tip_get_cancel (struct
- TALER_MERCHANT_TipWalletGetHandle *tgh)
+TALER_MERCHANT_wallet_tip_get_cancel (
+ struct TALER_MERCHANT_TipWalletGetHandle *tgh)
{
if (NULL != tgh->job)
{