aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-30 14:44:24 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-30 14:44:24 +0100
commitc5773ce206d8ac53811060f9bd792fad6c9daaff (patch)
tree70a1f252252c3fd1c8c94cdb3dafaf0896f32ada /src/include/taler_exchangedb_plugin.h
parent94fbb1c211a8c3d8d43c76d91f369de1c0a4615f (diff)
downloadexchange-c5773ce206d8ac53811060f9bd792fad6c9daaff.tar.xz
-doxygen fixes
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 92907c5fb..146321eab 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -3132,7 +3132,7 @@ typedef void
* @param row_id current row in AML status table
* @param h_payto account for which the attribute data is stored
* @param threshold currently monthly threshold that would trigger an AML check
- * @param decision_time when was the last decision made
+ * @param status what is the current AML decision
*/
typedef void
(*TALER_EXCHANGEDB_AmlStatusCallback)(
@@ -6562,7 +6562,6 @@ struct TALER_EXCHANGEDB_Plugin
* Lookup similar KYC attribute data.
*
* @param cls closure
- * @param h_payto account for which the attribute data is stored
* @param kyc_prox key for similarity search
* @param cb callback to invoke on each match
* @param cb_cls closure for @a cb