diff options
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r-- | src/mint/mint_db.h | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h index 5762656d..0c0288ab 100644 --- a/src/mint/mint_db.h +++ b/src/mint/mint_db.h @@ -1,6 +1,6 @@ /* This file is part of TALER - (C) 2014 Christian Grothoff (and other contributing authors) + (C) 2014, 2015 Christian Grothoff (and other contributing authors) 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 @@ -19,9 +19,8 @@ * @author Florian Dold * @author Christian Grothoff */ - -#ifndef _NEURO_MINT_DB_H -#define _NEURO_MINT_DB_H +#ifndef MINT_DB_H +#define MINT_DB_H #include <libpq-fe.h> #include <microhttpd.h> @@ -101,21 +100,6 @@ TALER_db_get_transfer (PGconn *db_conn, struct GNUNET_HashCode *shared_secret_enc); -int -TALER_TALER_DB_extract_amount (PGresult *result, - unsigned int row, - int indices[3], - struct TALER_Amount *denom); - -int -TALER_TALER_DB_extract_amount_nbo (PGresult *result, - unsigned int row, - int indices[3], - struct TALER_AmountNBO *denom_nbo); - - - - // Chaos //////////////////////////////////////////////////////////////// |