libgnunetpq API change to fix #5733
authorChristian Grothoff <christian@grothoff.org>
Fri, 11 Oct 2019 18:55:59 +0000 (20:55 +0200)
committerChristian Grothoff <christian@grothoff.org>
Fri, 11 Oct 2019 21:36:09 +0000 (23:36 +0200)
commite3e21acb23283915c97e6ef1c167325f4592665c
treed6b677c2f53ffd8253b97be26bcf3a4301f69269
parent8ed3ad85fa8c0faa213157610379d69875b10ccb
libgnunetpq API change to fix #5733
14 files changed:
src/datacache/plugin_datacache_postgres.c
src/datastore/plugin_datastore_postgres.c
src/include/gnunet_pq_lib.h
src/namecache/plugin_namecache_postgres.c
src/namestore/plugin_namestore_postgres.c
src/pq/Makefile.am
src/pq/pq.c
src/pq/pq.h [new file with mode: 0644]
src/pq/pq_connect.c
src/pq/pq_eval.c
src/pq/pq_exec.c
src/pq/pq_prepare.c
src/pq/pq_result_helper.c
src/pq/test_pq.c