aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_auditordb_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-10-08 12:18:35 +0200
committerChristian Grothoff <christian@grothoff.org>2024-10-08 12:18:35 +0200
commit40dc7814728d7d142d18bce93434523d584b3e9d (patch)
treeee496b989610b7297a7cc3a2d758498cbf4d97c3 /src/include/taler_auditordb_lib.h
parent02f3a10b5773b262b4bc61dfada485e7b3b7b5c7 (diff)
fix NPE: use new delete API
Diffstat (limited to 'src/include/taler_auditordb_lib.h')
-rw-r--r--src/include/taler_auditordb_lib.h155
1 files changed, 89 insertions, 66 deletions
diff --git a/src/include/taler_auditordb_lib.h b/src/include/taler_auditordb_lib.h
index 38d70a809..882e37e11 100644
--- a/src/include/taler_auditordb_lib.h
+++ b/src/include/taler_auditordb_lib.h
@@ -30,94 +30,117 @@ enum TALER_AUDITORDB_DeletableSuppressableTables
* For auditor_amount_arithmetic_inconsistency table.
*/
TALER_AUDITORDB_AMOUNT_ARITHMETIC_INCONSISTENCY,
- /**
- * For auditor_closure_lags table.
- */
+
+ /**
+ * For auditor_closure_lags table.
+ */
TALER_AUDITORDB_CLOSURE_LAGS,
- /**
- * For auditor_progress table.
- */
+
+ /**
+ * For auditor_progress table.
+ */
TALER_AUDITORDB_PROGRESS,
- /**
- * For auditor_bad_sig_losses table.
- */
+
+ /**
+ * For auditor_bad_sig_losses table.
+ */
TALER_AUDITORDB_BAD_SIG_LOSSES,
- /**
- * For auditor_coin_inconsistency table.
- */
+
+ /**
+ * For auditor_coin_inconsistency table.
+ */
TALER_AUDITORDB_COIN_INCONSISTENCY,
- /**
- * For auditor_denomination_key_validity_withdraw_inconsistency table.
- */
+
+ /**
+ * For auditor_denomination_key_validity_withdraw_inconsistency table.
+ */
TALER_AUDITORDB_DENOMINATION_KEY_VALIDITY_WITHDRAW_INCONSISTENCY,
- /**
- * For auditor_denomination_pending table.
- */
+
+ /**
+ * For auditor_denomination_pending table.
+ */
TALER_AUDITORDB_DENOMINATION_PENDING,
- /**
- * For auditor_denominations_without_sig table.
- */
+
+ /**
+ * For auditor_denominations_without_sig table.
+ */
TALER_AUDITORDB_DENOMINATIONS_WITHOUT_SIG,
- /**
- * For auditor_deposit_confirmation table.
- */
+
+ /**
+ * For auditor_deposit_confirmation table.
+ */
TALER_AUDITORDB_DEPOSIT_CONFIRMATION,
- /**
- * For auditor_emergency table.
- */
+
+ /**
+ * For auditor_emergency table.
+ */
TALER_AUDITORDB_EMERGENCY,
- /**
- * For auditor_emergency_by_count table.
- */
+
+ /**
+ * For auditor_emergency_by_count table.
+ */
TALER_AUDITORDB_EMERGENCY_BY_COUNT,
- /**
- * For auditor_fee_time_inconsistency table.
- */
+
+ /**
+ * For auditor_fee_time_inconsistency table.
+ */
TALER_AUDITORDB_FEE_TIME_INCONSISTENCY,
- /**
- * For auditor_misattribution_in_inconsistency table.
- */
+
+ /**
+ * For auditor_misattribution_in_inconsistency table.
+ */
TALER_AUDITORDB_MISATTRIBUTION_IN_INCONSISTENCY,
- /**
- * For auditor_purse_not_closed_inconsistency table.
- */
+
+ /**
+ * For auditor_purse_not_closed_inconsistency table.
+ */
TALER_AUDITORDB_PURSE_NOT_CLOSED_INCONSISTENCY,
- /**
- * For auditor_refreshes_hanging table.
- */
+
+ /**
+ * For auditor_refreshes_hanging table.
+ */
TALER_AUDITORDB_REFRESHES_HANGING,
- /**
- * For auditor_reserve_balance_insufficient_inconsistency table.
- */
+
+ /**
+ * For auditor_reserve_balance_insufficient_inconsistency table.
+ */
TALER_AUDITORDB_RESERVE_BALANCE_INSUFFICIENT_INCONSISTENCY,
- /**
- * For auditor_reserve_balance_summary_wrong_inconsistency table.
- */
+
+ /**
+ * For auditor_reserve_balance_summary_wrong_inconsistency table.
+ */
TALER_AUDITORDB_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY,
- /**
- * For auditor_reserve_in_inconsistency table.
- */
+
+ /**
+ * For auditor_reserve_in_inconsistency table.
+ */
TALER_AUDITORDB_RESERVE_IN_INCONSISTENCY,
- /**
- * For auditor_reserve_not_closed_inconsistency table.
- */
+
+ /**
+ * For auditor_reserve_not_closed_inconsistency table.
+ */
TALER_AUDITORDB_RESERVE_NOT_CLOSED_INCONSISTENCY,
- /**
- * For auditor_row_inconsistency table.
- */
+
+ /**
+ * For auditor_row_inconsistency table.
+ */
TALER_AUDITORDB_ROW_INCONSISTENCY,
- /**
- * For auditor_row_minor_inconsistency table.
- */
+
+ /**
+ * For auditor_row_minor_inconsistency table.
+ */
TALER_AUDITORDB_ROW_MINOR_INCONSISTENCY,
- /**
- * For auditor_wire_format_inconsistency table.
- */
+
+ /**
+ * For auditor_wire_format_inconsistency table.
+ */
TALER_AUDITORDB_WIRE_FORMAT_INCONSISTENCY,
- /**
- * For auditor_wire_out_inconsistency table.
- */
+
+ /**
+ * For auditor_wire_out_inconsistency table.
+ */
TALER_AUDITORDB_WIRE_OUT_INCONSISTENCY,
+
/**
* Terminal.
*/