summaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-29 20:45:45 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-29 20:45:45 +0100
commit7e462894288df92e93d1c44cbab86741c1d92798 (patch)
tree06f3787b899595137e5a525e6601fdfeef24f82d /src/pq
parentd751c9c6dea06267259ca5fe934feeb26f6ea6db (diff)
downloadexchange-7e462894288df92e93d1c44cbab86741c1d92798.tar.gz
exchange-7e462894288df92e93d1c44cbab86741c1d92798.tar.bz2
exchange-7e462894288df92e93d1c44cbab86741c1d92798.zip
-removing legacy TALER_TALER API, replacing with modern TALER_DB calls
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/db_pq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pq/db_pq.h b/src/pq/db_pq.h
index 6e2b2b2c0..167d31711 100644
--- a/src/pq/db_pq.h
+++ b/src/pq/db_pq.h
@@ -181,6 +181,9 @@ TALER_DB_extract_amount (PGresult *result,
const char *curr_name,
struct TALER_Amount *r_amount);
+
+
+
#endif /* TALER_DB_LIB_H_ */
/* end of include/taler_db_lib.h */