This update completes the factoring out of database management into database.c,
authorSebastian Hammer <quinn@indexdata.com>
Thu, 15 Mar 2007 16:50:56 +0000 (16:50 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Thu, 15 Mar 2007 16:50:56 +0000 (16:50 +0000)
commit9a660575bb51d190608e5cdec416bb8a9acf3389
treedbac5101064f91b37b61588945c38f4b7c9fefcd
parent3c658db277708a717349cfb2603f4186be56beee
This update completes the factoring out of database management into database.c,
and the introduction of low-level code to read Zeerex records from the file
system. It does not really introduce any new functionality, but the need
to refactor the database code has held up a lot of other projects.
src/Makefile.am
src/config.c
src/config.h
src/database.c [new file with mode: 0644]
src/database.h [new file with mode: 0644]
src/http.c
src/http.h
src/pazpar2.c
src/pazpar2.h
src/zeerex.c
src/zeerex.h