// // Created by parallels on 27/03/24. // #ifndef SRC_PG_DEL_AUDITOR_EMERGENCY_H #define SRC_PG_DEL_AUDITOR_EMERGENCY_H #include "taler_util.h" #include "taler_auditordb_plugin.h" /** * Delete a row from the emergency 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_emergency ( void *cls, uint64_t row_id); #endif // SRC_PG_DEL_AUDITOR_EMERGENCY_H