From 7e462894288df92e93d1c44cbab86741c1d92798 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Jan 2015 20:45:45 +0100 Subject: -removing legacy TALER_TALER API, replacing with modern TALER_DB calls --- src/mint/mint_db.h | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'src/mint/mint_db.h') diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h index 5762656d0..0c0288ab2 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 #include @@ -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 //////////////////////////////////////////////////////////////// -- cgit v1.2.3