diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-23 18:21:41 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-23 18:21:41 +0100 |
commit | 05c62ed01370c09f784bbd37ec33d4ff0517ef35 (patch) | |
tree | 00bca0de3bab26600c2a8773ce27cd814ddc8288 /src/backenddb | |
parent | 078f7cd2c6830178ca92f1f405281a2b83bfab0f (diff) |
-fix doxygen
Diffstat (limited to 'src/backenddb')
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 11 |
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[] = { |