diff options
author | priscilla <priscilla.huang@efrei.net> | 2022-12-05 07:34:09 -0500 |
---|---|---|
committer | priscilla <priscilla.huang@efrei.net> | 2022-12-05 07:34:09 -0500 |
commit | 7d9284f5f848b343fd555fc4ef4031966b46e5f6 (patch) | |
tree | d08704751ffd4c5ab09a5a8f8e61d71a3e93e6d5 /src | |
parent | 3771bffae3b1aaaea0eda2a9943a68e909a3b1b4 (diff) |
update
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_merchant_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 02b91310..22428fe7 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -4567,7 +4567,7 @@ struct TALER_MERCHANT_WebhookPatchHandle; * @param hr HTTP response details */ typedef void -(*TALER_MERCHANT_webhookPatchCallback)( +(*TALER_MERCHANT_WebhookPatchCallback)( void *cls, const struct TALER_MERCHANT_HttpResponse *hr); |