summaryrefslogtreecommitdiff
path: root/src/include/taler_auditordb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-02 12:25:42 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-02 12:25:42 +0100
commit34f46382f0c0afc0babf5b7cbdfd83869b620c33 (patch)
tree2be6eba40af40419464134f3c97e61dfd4fa45d5 /src/include/taler_auditordb_plugin.h
parent821c87ccbddbb7b0d0896f350de0a671f210ae40 (diff)
downloadexchange-34f46382f0c0afc0babf5b7cbdfd83869b620c33.tar.gz
exchange-34f46382f0c0afc0babf5b7cbdfd83869b620c33.tar.bz2
exchange-34f46382f0c0afc0babf5b7cbdfd83869b620c33.zip
skeleton logic for new auditordb functions
Diffstat (limited to 'src/include/taler_auditordb_plugin.h')
-rw-r--r--src/include/taler_auditordb_plugin.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index 709a956cb..9f46004c1 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -1381,14 +1381,14 @@ struct TALER_AUDITORDB_Plugin
/**
- * Insert information about all purses. There must not be an
- * existing record for the @a master_pub.
- *
- * @param cls the @e cls of this struct with the plugin-specific state
- * @param master_pub master public key of the exchange
- * @param sum purse balance summary to store
- * @return transaction status code
- */
+ * Insert information about all purses. There must not be an
+ * existing record for the @a master_pub.
+ *
+ * @param cls the @e cls of this struct with the plugin-specific state
+ * @param master_pub master public key of the exchange
+ * @param sum purse balance summary to store
+ * @return transaction status code
+ */
enum GNUNET_DB_QueryStatus
(*insert_purse_summary)(
void *cls,