exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 0a79ec9c5f0fdce0efd272b005a5d88fa8c390cc
parent 2bc8565922c7bde017a00b6a69242ad10a0dd0b5
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Fri, 14 Aug 2026 22:34:04 +0200

clean up headers

Diffstat:
Msrc/include/auditor-database/drop_tables.h | 2+-
Msrc/include/auditor-database/iterate_auditor_closure_lags.h | 15---------------
Msrc/include/auditor-database/iterate_bad_sig_losses.h | 15---------------
Msrc/include/auditor-database/iterate_balances.h | 7-------
Msrc/include/auditor-database/iterate_coin_inconsistencies.h | 17-----------------
Msrc/include/auditor-database/iterate_denomination_key_validity_withdraw_inconsistencies.h | 17-----------------
Msrc/include/auditor-database/iterate_denomination_pending.h | 8--------
Msrc/include/auditor-database/iterate_denominations_without_sigs.h | 7-------
Msrc/include/auditor-database/iterate_emergencies.h | 15---------------
Msrc/include/auditor-database/iterate_emergencies_by_count.h | 15---------------
Msrc/include/auditor-database/iterate_fee_time_inconsistencies.h | 15---------------
Msrc/include/auditor-database/iterate_historic_reserve_revenue.h | 24------------------------
Msrc/include/auditor-database/iterate_misattribution_in_inconsistencies.h | 7-------
Msrc/include/auditor-database/iterate_progress_points.h | 7-------
Msrc/include/auditor-database/iterate_purse_expired.h | 18------------------
Msrc/include/auditor-database/iterate_purse_not_closed_inconsistencies.h | 15---------------
Msrc/include/auditor-database/iterate_purses.h | 8--------
Msrc/include/auditor-database/iterate_reserve_balance_insufficient_inconsistencies.h | 16----------------
Msrc/include/auditor-database/iterate_reserve_balance_summary_wrong_inconsistencies.h | 8--------
Msrc/include/auditor-database/iterate_reserve_in_inconsistencies.h | 7-------
Msrc/include/auditor-database/iterate_reserve_not_closed_inconsistencies.h | 7-------
Msrc/include/auditor-database/iterate_reserves.h | 8--------
Msrc/include/auditor-database/iterate_row_inconsistencies.h | 17-----------------
Msrc/include/auditor-database/iterate_row_minor_inconsistencies.h | 7-------
Msrc/include/auditor-database/iterate_wire_format_inconsistencies.h | 7-------
Msrc/include/auditor-database/iterate_wire_out_inconsistencies.h | 7-------
Msrc/include/auditor-database/update_to_suppressed.h | 2+-
27 files changed, 2 insertions(+), 296 deletions(-)

diff --git a/src/include/auditor-database/drop_tables.h b/src/include/auditor-database/drop_tables.h @@ -15,7 +15,7 @@ */ /** * @file drop_tables.h - * @brief implementation of the get_balance function for Postgres + * @brief implementation of the drop_tables function for Postgres * @author Christian Grothoff */ #ifndef AUDITOR_DATABASE_DROP_TABLES_H diff --git a/src/include/auditor-database/iterate_auditor_closure_lags.h b/src/include/auditor-database/iterate_auditor_closure_lags.h @@ -42,21 +42,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_CLOSURE_LAGS_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_ClosureLags *dc); - -/* Callback typedefs */ -/** - * Function called with closure lags stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ClosureLagsCallback)( - TALER_AUDITORDB_CLOSURE_LAGS_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_ClosureLags *dc); - /** * Get information about auditor closure lags from the database. * diff --git a/src/include/auditor-database/iterate_bad_sig_losses.h b/src/include/auditor-database/iterate_bad_sig_losses.h @@ -40,21 +40,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_BAD_SIG_LOSSES_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_BadSigLosses *dc); - -/* Callback typedefs */ -/** - * Function called with bad signature losses stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_BadSigLossesCallback)( - TALER_AUDITORDB_BAD_SIG_LOSSES_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_BadSigLosses *dc); - /** * Get information about bad signature losses from the database. * diff --git a/src/include/auditor-database/iterate_balances.h b/src/include/auditor-database/iterate_balances.h @@ -44,13 +44,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_BALANCES_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_Balances *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_BalancesCallback)( - TALER_AUDITORDB_BALANCES_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_Balances *dc); - /** * Get information about balances from the database. * diff --git a/src/include/auditor-database/iterate_coin_inconsistencies.h b/src/include/auditor-database/iterate_coin_inconsistencies.h @@ -42,23 +42,6 @@ typedef enum GNUNET_GenericReturnValue uint64_t serial_id, const struct TALER_AUDITORDB_CoinInconsistency *dc); - -/* Callback typedefs */ -/** - * Function called with coin inconsistencies stored in - * the auditor's database. - * - * @param cls closure - * @param serial_id location of the @a dc in the database - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_CoinInconsistencyCallback)( - TALER_AUDITORDB_COIN_INCONSISTENCY_RESULT_CLOSURE *cls, - uint64_t serial_id, - const struct TALER_AUDITORDB_CoinInconsistency *dc); - /** * Get information about deposit confirmations from the database. * diff --git a/src/include/auditor-database/iterate_denomination_key_validity_withdraw_inconsistencies.h b/src/include/auditor-database/iterate_denomination_key_validity_withdraw_inconsistencies.h @@ -47,23 +47,6 @@ typedef enum GNUNET_GenericReturnValue const struct TALER_AUDITORDB_DenominationKeyValidityWithdrawInconsistency *dc); - -/* Callback typedefs */ -/** - * Function called with fee denomination key validity withdraw inconsistency stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_DenominationKeyValidityWithdrawInconsistencyCallback)( - TALER_AUDITORDB_DENOMINATION_KEY_VALIDITY_WITHDRAW_INCONSISTENCY_RESULT_CLOSURE - *cls, - const struct - TALER_AUDITORDB_DenominationKeyValidityWithdrawInconsistency *dc); - /** * Get information about denominations key validity withdraw inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_denomination_pending.h b/src/include/auditor-database/iterate_denomination_pending.h @@ -33,14 +33,6 @@ typedef enum GNUNET_GenericReturnValue uint64_t serial_id, const struct TALER_AUDITORDB_DenominationPending *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_DenominationPendingCallback)( - TALER_AUDITORDB_DENOMINATION_PENDING_RESULT_CLOSURE *cls, - uint64_t serial_id, - const struct TALER_AUDITORDB_DenominationPending *dc); - /** * Get information about denomination-pending from the database. * diff --git a/src/include/auditor-database/iterate_denominations_without_sigs.h b/src/include/auditor-database/iterate_denominations_without_sigs.h @@ -34,13 +34,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_DENOMINATIONS_WITHOUT_SIGS_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_DenominationsWithoutSigs *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_DenominationsWithoutSigsCallback)( - TALER_AUDITORDB_DENOMINATIONS_WITHOUT_SIGS_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_DenominationsWithoutSigs *dc); - /** * Get information about denominations-without-sigs from the database. * diff --git a/src/include/auditor-database/iterate_emergencies.h b/src/include/auditor-database/iterate_emergencies.h @@ -40,21 +40,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_EMERGENCY_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_Emergency *dc); - -/* Callback typedefs */ -/** - * Function called with emergencies stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_EmergencyCallback)( - TALER_AUDITORDB_EMERGENCY_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_Emergency *dc); - /** * Get information about emergency from the database. * diff --git a/src/include/auditor-database/iterate_emergencies_by_count.h b/src/include/auditor-database/iterate_emergencies_by_count.h @@ -40,21 +40,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_EMERGENCIES_BY_COUNT_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_EmergenciesByCount *dc); - -/* Callback typedefs */ -/** - * Function called with emergencies stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_EmergenciesByCountCallback)( - TALER_AUDITORDB_EMERGENCIES_BY_COUNT_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_EmergenciesByCount *dc); - /** * Get information about emergency by count from the database. * diff --git a/src/include/auditor-database/iterate_fee_time_inconsistencies.h b/src/include/auditor-database/iterate_fee_time_inconsistencies.h @@ -40,21 +40,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_FEE_TIME_INCONSISTENCY_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_FeeTimeInconsistency *dc); - -/* Callback typedefs */ -/** - * Function called with fee time inconsistency stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_FeeTimeInconsistencyCallback)( - TALER_AUDITORDB_FEE_TIME_INCONSISTENCY_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_FeeTimeInconsistency *dc); - /** * Get information about fee time inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_historic_reserve_revenue.h b/src/include/auditor-database/iterate_historic_reserve_revenue.h @@ -54,30 +54,6 @@ typedef enum GNUNET_GenericReturnValue struct GNUNET_TIME_Timestamp end_time, const struct TALER_Amount *reserve_profits); - -/* Callback typedefs */ -/** - * Function called with the results of select_historic_reserve_revenue() - * - * @param cls closure - * @param serial_id row ID in the history table - * @param start_time beginning of aggregated time interval - * @param end_time end of aggregated time interval - * @param reserve_profits total profits made - * - * @return sets the return value of select_denomination_info(), - * #GNUNET_OK to continue, - * #GNUNET_NO to stop processing further rows - * #GNUNET_SYSERR or other values on error. - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_HistoricReserveRevenueDataCallback)( - TALER_AUDITORDB_HISTORIC_RESERVE_REVENUE_DATA_RESULT_CLOSURE *cls, - uint64_t serial_id, - struct GNUNET_TIME_Timestamp start_time, - struct GNUNET_TIME_Timestamp end_time, - const struct TALER_Amount *reserve_profits); - /** * Return information about an exchange's historic revenue from reserves. * diff --git a/src/include/auditor-database/iterate_misattribution_in_inconsistencies.h b/src/include/auditor-database/iterate_misattribution_in_inconsistencies.h @@ -34,13 +34,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_MISATTRIBUTION_IN_INCONSISTENCY_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_MisattributionInInconsistency *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_MisattributionInInconsistencyCallback)( - TALER_AUDITORDB_MISATTRIBUTION_IN_INCONSISTENCY_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_MisattributionInInconsistency *dc); - /** * Get information about misattribution-in-inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_progress_points.h b/src/include/auditor-database/iterate_progress_points.h @@ -46,13 +46,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_PROGRESS_POINTS_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_Progress *pp); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ProgressPointsCallback)( - TALER_AUDITORDB_PROGRESS_POINTS_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_Progress *pp); - /** * Get information about progress from the database. * diff --git a/src/include/auditor-database/iterate_purse_expired.h b/src/include/auditor-database/iterate_purse_expired.h @@ -48,24 +48,6 @@ typedef enum GNUNET_GenericReturnValue const struct TALER_Amount *balance, struct GNUNET_TIME_Timestamp expiration_date); - -/* Callback typedefs */ -/** - * Function called on expired purses. - * - * @param cls closure - * @param purse_pub public key of the purse - * @param balance amount of money in the purse - * @param expiration_date when did the purse expire? - * @return #GNUNET_OK to continue to iterate - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ExpiredPurseCallback)( - TALER_AUDITORDB_EXPIRED_PURSE_RESULT_CLOSURE *cls, - const struct TALER_PurseContractPublicKeyP *purse_pub, - const struct TALER_Amount *balance, - struct GNUNET_TIME_Timestamp expiration_date); - /** * Get information about expired purses. * diff --git a/src/include/auditor-database/iterate_purse_not_closed_inconsistencies.h b/src/include/auditor-database/iterate_purse_not_closed_inconsistencies.h @@ -40,21 +40,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_PURSE_NOT_CLOSED_INCONSISTENCIES_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_PurseNotClosedInconsistencies *dc); - -/* Callback typedefs */ -/** - * Function called with purse not closed inconsistencies stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_PurseNotClosedInconsistenciesCallback)( - TALER_AUDITORDB_PURSE_NOT_CLOSED_INCONSISTENCIES_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_PurseNotClosedInconsistencies *dc); - /** * Get information about purse not closed inconsistencies from the database. * diff --git a/src/include/auditor-database/iterate_purses.h b/src/include/auditor-database/iterate_purses.h @@ -45,14 +45,6 @@ typedef enum GNUNET_GenericReturnValue uint64_t serial_id, const struct TALER_AUDITORDB_Purses *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_PursesCallback)( - TALER_AUDITORDB_PURSES_RESULT_CLOSURE *cls, - uint64_t serial_id, - const struct TALER_AUDITORDB_Purses *dc); - /** * Get information about purses from the database. * diff --git a/src/include/auditor-database/iterate_reserve_balance_insufficient_inconsistencies.h b/src/include/auditor-database/iterate_reserve_balance_insufficient_inconsistencies.h @@ -44,22 +44,6 @@ typedef enum GNUNET_GenericReturnValue , const struct TALER_AUDITORDB_ReserveBalanceInsufficientInconsistency *dc); - -/* Callback typedefs */ -/** - * Function called with reserve balance insufficient inconsistency stored in - * the auditor's database. - * - * @param cls closure - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ReserveBalanceInsufficientInconsistencyCallback)( - TALER_AUDITORDB_RESERVE_BALANCE_INSUFFICIENT_INCONSISTENCY_RESULT_CLOSURE *cls - , - const struct TALER_AUDITORDB_ReserveBalanceInsufficientInconsistency *dc); - /** * Get information about reserve balance insufficient inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_reserve_balance_summary_wrong_inconsistencies.h b/src/include/auditor-database/iterate_reserve_balance_summary_wrong_inconsistencies.h @@ -38,14 +38,6 @@ typedef enum GNUNET_GenericReturnValue cls, const struct TALER_AUDITORDB_ReserveBalanceSummaryWrongInconsistency *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ReserveBalanceSummaryWrongInconsistencyCallback)( - TALER_AUDITORDB_RESERVE_BALANCE_SUMMARY_WRONG_INCONSISTENCY_RESULT_CLOSURE * - cls, - const struct TALER_AUDITORDB_ReserveBalanceSummaryWrongInconsistency *dc); - /** * Get information about reserve-balance-summary-wrong-inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_reserve_in_inconsistencies.h b/src/include/auditor-database/iterate_reserve_in_inconsistencies.h @@ -34,13 +34,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_RESERVE_IN_INCONSISTENCY_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_ReserveInInconsistency *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ReserveInInconsistencyCallback)( - TALER_AUDITORDB_RESERVE_IN_INCONSISTENCY_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_ReserveInInconsistency *dc); - /** * Get information about reserve-in-inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_reserve_not_closed_inconsistencies.h b/src/include/auditor-database/iterate_reserve_not_closed_inconsistencies.h @@ -34,13 +34,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_RESERVE_NOT_CLOSED_INCONSISTENCY_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_ReserveNotClosedInconsistency *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ReserveNotClosedInconsistencyCallback)( - TALER_AUDITORDB_RESERVE_NOT_CLOSED_INCONSISTENCY_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_ReserveNotClosedInconsistency *dc); - /** * Get information about reserve-not-closed-inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_reserves.h b/src/include/auditor-database/iterate_reserves.h @@ -51,14 +51,6 @@ typedef enum GNUNET_GenericReturnValue uint64_t serial_id, const struct TALER_AUDITORDB_Reserves *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_ReservesCallback)( - TALER_AUDITORDB_RESERVES_RESULT_CLOSURE *cls, - uint64_t serial_id, - const struct TALER_AUDITORDB_Reserves *dc); - /** * Get information about reserves from the database. * diff --git a/src/include/auditor-database/iterate_row_inconsistencies.h b/src/include/auditor-database/iterate_row_inconsistencies.h @@ -42,23 +42,6 @@ typedef enum GNUNET_GenericReturnValue uint64_t serial_id, const struct TALER_AUDITORDB_RowInconsistency *dc); - -/* Callback typedefs */ -/** - * Function called with row inconsistencies stored in - * the auditor's database. - * - * @param cls closure - * @param serial_id location of the @a dc in the database - * @param dc the structure itself - * @return #GNUNET_OK to continue to iterate, #GNUNET_SYSERR to stop iterating - */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_RowInconsistencyCallback)( - TALER_AUDITORDB_ROW_INCONSISTENCY_RESULT_CLOSURE *cls, - uint64_t serial_id, - const struct TALER_AUDITORDB_RowInconsistency *dc); - /** * Get information about deposit confirmations from the database. * diff --git a/src/include/auditor-database/iterate_row_minor_inconsistencies.h b/src/include/auditor-database/iterate_row_minor_inconsistencies.h @@ -34,13 +34,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_ROW_MINOR_INCONSISTENCIES_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_RowMinorInconsistencies *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_RowMinorInconsistenciesCallback)( - TALER_AUDITORDB_ROW_MINOR_INCONSISTENCIES_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_RowMinorInconsistencies *dc); - /** * Get information about row-minor-inconsistencies from the database. * diff --git a/src/include/auditor-database/iterate_wire_format_inconsistencies.h b/src/include/auditor-database/iterate_wire_format_inconsistencies.h @@ -34,13 +34,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_WIRE_FORMAT_INCONSISTENCY_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_WireFormatInconsistency *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_WireFormatInconsistencyCallback)( - TALER_AUDITORDB_WIRE_FORMAT_INCONSISTENCY_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_WireFormatInconsistency *dc); - /** * Get information about wire-format-inconsistency from the database. * diff --git a/src/include/auditor-database/iterate_wire_out_inconsistencies.h b/src/include/auditor-database/iterate_wire_out_inconsistencies.h @@ -34,13 +34,6 @@ typedef enum GNUNET_GenericReturnValue TALER_AUDITORDB_WIRE_OUT_INCONSISTENCY_RESULT_CLOSURE *cls, const struct TALER_AUDITORDB_WireOutInconsistency *dc); - -/* Callback typedefs */ -typedef enum GNUNET_GenericReturnValue -(*TALER_AUDITORDB_WireOutInconsistencyCallback)( - TALER_AUDITORDB_WIRE_OUT_INCONSISTENCY_RESULT_CLOSURE *cls, - const struct TALER_AUDITORDB_WireOutInconsistency *dc); - /** * Get information about wire-out-inconsistency from the database. * diff --git a/src/include/auditor-database/update_to_suppressed.h b/src/include/auditor-database/update_to_suppressed.h @@ -15,7 +15,7 @@ */ /** * @file update_to_suppressed.h - * @brief implementation of the update_auditor_progress function + * @brief implementation of the update_to_suppressed function * @author Christian Grothoff */ #ifndef AUDITOR_DATABASE_UPDATE_TO_SUPPRESSED_H