// // Created by parallels on 27/03/24. // #ifndef SRC_PG_DEL_FEE_TIME_INCONSISTENCY_H #define SRC_PG_DEL_FEE_TIME_INCONSISTENCY_H #include "taler_util.h" #include "taler_auditordb_plugin.h" /** * Delete a row from the dee time inconsistency table. * * @param cls the @e cls of this struct with the plugin-specific state * @param row_id row to delete * @return query transaction status */ enum GNUNET_DB_QueryStatus TAH_PG_del_fee_time_inconsistency ( void *cls, uint64_t row_id); #endif // SRC_PG_DEL_FEE_TIME_INCONSISTENCY_H