aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_del_purses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-23 22:59:29 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-23 22:59:29 +0200
commitca4b2e51ba0f732ea4b10a1fc2db1e24d2e27a34 (patch)
tree328f593016b42de6d80323051d02a5197ebe0a7b /src/auditordb/pg_del_purses.h
parent61e8d2fbfa1a546aa0af13cacaa05c34ce80a931 (diff)
downloadexchange-ca4b2e51ba0f732ea4b10a1fc2db1e24d2e27a34.tar.xz
misc bugfixes, DCE
Diffstat (limited to 'src/auditordb/pg_del_purses.h')
-rw-r--r--src/auditordb/pg_del_purses.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/auditordb/pg_del_purses.h b/src/auditordb/pg_del_purses.h
deleted file mode 100644
index e4f4566ad..000000000
--- a/src/auditordb/pg_del_purses.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- This file is part of TALER
- Copyright (C) 2024 Taler Systems SA
-
- TALER is free software; you can redistribute it and/or modify it under the
- terms of the GNU General Public License as published by the Free Software
- Foundation; either version 3, or (at your option) any later version.
-
- TALER is distributed in the hope that it will be useful, but WITHOUT ANY
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along with
- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
- */
-
-
-#ifndef SRC_PG_DEL_PURSES_H
-#define SRC_PG_DEL_PURSES_H
-
-#include "taler_util.h"
-#include "taler_auditordb_plugin.h"
-
-/**
- * Delete a row from the bad sig losses 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_purses (
- void *cls,
- uint64_t row_id);
-
-#endif // SRC_PG_DEL_PURSES_H