summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-23 18:21:41 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-23 18:21:41 +0100
commit05c62ed01370c09f784bbd37ec33d4ff0517ef35 (patch)
tree00bca0de3bab26600c2a8773ce27cd814ddc8288
parent078f7cd2c6830178ca92f1f405281a2b83bfab0f (diff)
downloadmerchant-05c62ed01370c09f784bbd37ec33d4ff0517ef35.tar.gz
merchant-05c62ed01370c09f784bbd37ec33d4ff0517ef35.tar.bz2
merchant-05c62ed01370c09f784bbd37ec33d4ff0517ef35.zip
-fix doxygen
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index bf9faea0..3d31b5c2 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -7797,14 +7797,15 @@ postgres_lookup_all_webhooks (void *cls,
*
* @param cls closure
* @param webhook_serial webhook that need to be update
- * @param next_attempt when we should make the next request to the webhook
+ * @param pwb details about the next pending webhook
* @return database result code
*/
static enum GNUNET_DB_QueryStatus
-postgres_update_pending_webhook(void *cls,
- uint64_t webhook_serial,
- const struct TALER_MERCHANTDB_PendingWebhookDetails *pwb)
- // maybe add: http status of failure?
+postgres_update_pending_webhook (void *cls,
+ uint64_t webhook_serial,
+ const struct
+ TALER_MERCHANTDB_PendingWebhookDetails *pwb)
+// maybe add: http status of failure?
{
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {