summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-17 22:17:48 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-17 22:17:48 +0100
commit646ec32adb93e0f45fab4449278efc29d0f6e651 (patch)
tree366774817fef849648a71a6213a39f239e99d35d /src/include
parent985db277f103de948c9f6868ecc96bc3209858ec (diff)
downloadexchange-646ec32adb93e0f45fab4449278efc29d0f6e651.tar.gz
exchange-646ec32adb93e0f45fab4449278efc29d0f6e651.tar.bz2
exchange-646ec32adb93e0f45fab4449278efc29d0f6e651.zip
doxygen fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_auditordb_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index 0ce1d229f..4e444a8af 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -534,8 +534,8 @@ struct TALER_AUDITORDB_Plugin
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param session connection to the database
- * @param master_pub master public key of the exchange
- * @param exchange_url public (base) URL of the API of the exchange
+ * @param cb function to call with the results
+ * @param cb_cls closure for @a cb
* @return query result status
*/
enum GNUNET_DB_QueryStatus
@@ -579,7 +579,7 @@ struct TALER_AUDITORDB_Plugin
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param session connection to the database
- * @param master_pub for which exchange do we want to get deposit confirmations
+ * @param master_public_key for which exchange do we want to get deposit confirmations
* @param start_id row/serial ID where to start the iteration (0 from
* the start, exclusive, i.e. serial_ids must start from 1)
* @param cb function to call with results