aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_get_denomination_pending.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_get_denomination_pending.h
parent61e8d2fbfa1a546aa0af13cacaa05c34ce80a931 (diff)
misc bugfixes, DCE
Diffstat (limited to 'src/auditordb/pg_get_denomination_pending.h')
-rw-r--r--src/auditordb/pg_get_denomination_pending.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/auditordb/pg_get_denomination_pending.h b/src/auditordb/pg_get_denomination_pending.h
index 478c3248c..f951a2c1b 100644
--- a/src/auditordb/pg_get_denomination_pending.h
+++ b/src/auditordb/pg_get_denomination_pending.h
@@ -13,10 +13,8 @@
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_GET_DENOMINATION_PENDING_H
-#define SRC_PG_GET_DENOMINATION_PENDING_H
+#ifndef PG_GET_DENOMINATION_PENDING_H
+#define PG_GET_DENOMINATION_PENDING_H
#include "taler_util.h"
#include "taler_json_lib.h"
@@ -28,7 +26,6 @@
* @param cls the @e cls of this struct with the plugin-specific state
* @param limit number of records to return, negative for descending
* @param offset table row to start from, exclusive, direction determined by @a limit
- * @param return_suppressed should suppressed rows be returned anyway?
* @param cb function to call with results
* @param cb_cls closure for @a cb
* @return query result status
@@ -38,7 +35,6 @@ TAH_PG_get_denomination_pending (
void *cls,
int64_t limit,
uint64_t offset,
- bool return_suppressed,
TALER_AUDITORDB_DenominationPendingCallback cb,
void *cb_cls);