// // Created by parallels on 27/03/24. // #ifndef SRC_PG_INSERT_PURSE_NOT_CLOSED_INCONSISTENCIES_H #define SRC_PG_INSERT_PURSE_NOT_CLOSED_INCONSISTENCIES_H #include "taler_util.h" #include "taler_auditordb_plugin.h" /** * Insert information about a purse not closed inconsistencies into the database. * * @param cls the @e cls of this struct with the plugin-specific state * @param dc deposit confirmation information to store * @return query result status */ enum GNUNET_DB_QueryStatus TAH_PG_insert_purse_not_closed_inconsistencies ( void *cls, const struct TALER_AUDITORDB_PurseNotClosedInconsistencies *dc); #endif // SRC_PG_INSERT_PURSE_NOT_CLOSED_INCONSISTENCIES_H