First code bits of record retrieval code
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 4 May 2006 20:00:45 +0000 (20:00 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 4 May 2006 20:00:45 +0000 (20:00 +0000)
commit76b209145568a179bb21a8d43db003ffe605b6d5
treeaa81d3ee5c20f9546e933b0712142074afba64b3
parent2ca607a50dd3ebdb0b05ce6cc1df66caa78eb544
First code bits of record retrieval code
include/yaz/Makefile.am
include/yaz/record_conv.h
include/yaz/retrieval.h [new file with mode: 0644]
src/Makefile.am
src/record_conv.c
src/retrieval.c [new file with mode: 0644]
test/Makefile.am
test/tst_record_conv.c
test/tst_retrieval.c [new file with mode: 0644]