summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-17 16:28:47 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-17 16:28:47 +0100
commit5f3116d324f4b475365b9a8729a69851419229c3 (patch)
tree1104ec3d69a31bb41b1e9720b13ae47de2f66aae /src/backend
parente7966b8e4eed5623cc45ff63edc7c1ece7a58365 (diff)
downloadmerchant-5f3116d324f4b475365b9a8729a69851419229c3.tar.gz
merchant-5f3116d324f4b475365b9a8729a69851419229c3.tar.bz2
merchant-5f3116d324f4b475365b9a8729a69851419229c3.zip
-misc doxygen fixes
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-pending-webhooks.c7
-rw-r--r--src/backend/taler-merchant-httpd_private-get-webhooks.c1
2 files changed, 5 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-pending-webhooks.c b/src/backend/taler-merchant-httpd_private-get-pending-webhooks.c
index 690b0c14..d5160476 100644
--- a/src/backend/taler-merchant-httpd_private-get-pending-webhooks.c
+++ b/src/backend/taler-merchant-httpd_private-get-pending-webhooks.c
@@ -26,8 +26,9 @@
*
* @param cls a `json_t *` JSON array to build
* @param webhook_serial reference of the webhook
+ * @param next_attempt when will this hook be attempted next
*/
-static voidX
+static void
add_pending_webhook (void *cls,
uint64_t *webhook_serial,
struct GNUNET_TIME_Absolute *next_attempt)
@@ -42,7 +43,7 @@ add_pending_webhook (void *cls,
webhook_serial),
GNUNET_JSON_pack_string ("next_attempt",
next_attempt)
- )));
+ )));
}
@@ -75,4 +76,4 @@ TMH_private_get_pending_webhooks (const struct TMH_RequestHandler *rh,
}
-/* end of taler-merchant-httpd_private-get-webhooks.c */
+/* end of taler-merchant-httpd_private-get-pending-webhooks.c */
diff --git a/src/backend/taler-merchant-httpd_private-get-webhooks.c b/src/backend/taler-merchant-httpd_private-get-webhooks.c
index 2436c197..251cd95e 100644
--- a/src/backend/taler-merchant-httpd_private-get-webhooks.c
+++ b/src/backend/taler-merchant-httpd_private-get-webhooks.c
@@ -27,6 +27,7 @@
*
* @param cls a `json_t *` JSON array to build
* @param webhook_id ID of the webhook
+ * @param event_type what type of event is the hook for
*/
static void
add_webhook (void *cls,