summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 12:34:17 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 12:34:17 +0100
commit5abe350a05db1c69e4e9418c0ca9b60f935028ee (patch)
tree4b83e289dd3b12d9e0a07dc0558be17511a86cee /src/exchange/taler-exchange-httpd_db.h
parent8e0180b2576054c847935bb161ada81d697765fa (diff)
downloadexchange-5abe350a05db1c69e4e9418c0ca9b60f935028ee.tar.gz
exchange-5abe350a05db1c69e4e9418c0ca9b60f935028ee.tar.bz2
exchange-5abe350a05db1c69e4e9418c0ca9b60f935028ee.zip
doxygen
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.h')
-rw-r--r--src/exchange/taler-exchange-httpd_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.h b/src/exchange/taler-exchange-httpd_db.h
index e6d38d7fe..148358568 100644
--- a/src/exchange/taler-exchange-httpd_db.h
+++ b/src/exchange/taler-exchange-httpd_db.h
@@ -94,7 +94,7 @@ typedef enum GNUNET_DB_QueryStatus
*
* @param connection MHD connection to run @a cb for
* @param name name of the transaction (for debugging)
- * @param[out] set to MHD response code, if transaction failed
+ * @param[out] mhd_ret set to MHD response code, if transaction failed
* @param cb callback implementing transaction logic
* @param cb_cls closure for @a cb, must be read-only!
* @return #GNUNET_OK on success, #GNUNET_SYSERR on failure