aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb/pg_insert_historic_denom_revenue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditordb/pg_insert_historic_denom_revenue.h')
-rw-r--r--src/auditordb/pg_insert_historic_denom_revenue.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/auditordb/pg_insert_historic_denom_revenue.h b/src/auditordb/pg_insert_historic_denom_revenue.h
index 02567119b..abc19f868 100644
--- a/src/auditordb/pg_insert_historic_denom_revenue.h
+++ b/src/auditordb/pg_insert_historic_denom_revenue.h
@@ -18,6 +18,7 @@
* @brief implementation of the insert_historic_denom_revenue function
* @author Christian Grothoff
*/
+/*
#ifndef PG_INSERT_HISTORIC_DENOM_REVENUE_H
#define PG_INSERT_HISTORIC_DENOM_REVENUE_H
@@ -25,7 +26,7 @@
#include "taler_json_lib.h"
#include "taler_auditordb_plugin.h"
-
+*/
/**
* Insert information about an exchange's historic
* revenue about a denomination key.
@@ -39,6 +40,7 @@
* @param loss_balance total losses suffered by the exchange at the time
* @return transaction status code
*/
+/*
enum GNUNET_DB_QueryStatus
TAH_PG_insert_historic_denom_revenue (
void *cls,
@@ -48,3 +50,4 @@ TAH_PG_insert_historic_denom_revenue (
const struct TALER_Amount *loss_balance);
#endif
+*/ \ No newline at end of file