diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-29 20:45:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-29 20:45:45 +0100 |
commit | 7e462894288df92e93d1c44cbab86741c1d92798 (patch) | |
tree | 06f3787b899595137e5a525e6601fdfeef24f82d /src/pq/db_pq.h | |
parent | d751c9c6dea06267259ca5fe934feeb26f6ea6db (diff) |
-removing legacy TALER_TALER API, replacing with modern TALER_DB calls
Diffstat (limited to 'src/pq/db_pq.h')
-rw-r--r-- | src/pq/db_pq.h | 3 |
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 */ |