aboutsummaryrefslogtreecommitdiff
path: root/src/backenddb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-01 17:09:35 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-01 17:09:35 +0100
commitca7c3fda0ccf2dcd6ac67b4541763bf94248291e (patch)
treee0cdfe15e662332c2475fb59266e21c0a0d76bdb /src/backenddb
parentdb448ff4ecf78e4568cd9f37d20ba8e691efe9b8 (diff)
-doxygen fixes
Diffstat (limited to 'src/backenddb')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 52ff3cd0..6ba5a638 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -7622,6 +7622,7 @@ struct LookupPendingWebhookContext
bool extract_failed;
};
+
/**
* Function to be called with the results of a SELECT statement
* that has returned @a num_results results about webhook.
@@ -7823,7 +7824,7 @@ postgres_lookup_all_webhooks (void *cls,
* Update the pending webhook. It is use if the webhook can't be send.
*
* @param cls closure
- * @param pending_webhook_serial pending_webhook that need to be update
+ * @param webhook_pending_serial pending_webhook that need to be update
* @param next_attempt when to try the webhook next
* @return database result code
*/