creating libgnunetpq library
authorChristian Grothoff <christian@grothoff.org>
Fri, 5 Feb 2016 22:24:10 +0000 (22:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 5 Feb 2016 22:24:10 +0000 (22:24 +0000)
commitd75a2de4e9a450269291a47593f2e50c37eca733
tree915d9cf6f76d8cfb2e7fb80f948aa362e72a944f
parent522bd40f4cee9e5546d15128f76d18799017220c
creating libgnunetpq library
13 files changed:
configure.ac
pkgconfig/gnunetpq.pc.in [new file with mode: 0644]
po/POTFILES.in
src/Makefile.am
src/include/Makefile.am
src/include/gnunet_postgres_lib.h
src/include/gnunet_pq_lib.h [new file with mode: 0644]
src/postgres/postgres.c
src/pq/Makefile.am [new file with mode: 0644]
src/pq/pq.c [new file with mode: 0644]
src/pq/pq_query_helper.c [new file with mode: 0644]
src/pq/pq_result_helper.c [new file with mode: 0644]
src/pq/test_pq.c [new file with mode: 0644]