summaryrefslogtreecommitdiff
path: root/src/mint/mint_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 15:06:09 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 15:06:09 +0100
commitc119d914b39305add86ef58e058e80ef7af20a40 (patch)
tree3cb3df8840179218f861b9c5669237d796b4ffbb /src/mint/mint_db.h
parent9cbc31afc495ebdfe7b24535ca2eee54b5a17ab7 (diff)
downloadexchange-c119d914b39305add86ef58e058e80ef7af20a40.tar.gz
exchange-c119d914b39305add86ef58e058e80ef7af20a40.tar.bz2
exchange-c119d914b39305add86ef58e058e80ef7af20a40.zip
more restructuring
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r--src/mint/mint_db.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h
index 3a62f1835..64d72a350 100644
--- a/src/mint/mint_db.h
+++ b/src/mint/mint_db.h
@@ -282,4 +282,18 @@ TALER_MINT_DB_init (const char *connection_cfg);
+
+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);
+
+
#endif /* _NEURO_MINT_DB_H */