X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.h;h=0b4b55c89728495e28966d81d5a1ff74e15f33bf;hb=16853a7593f10680ea8d6895aa0720b9af3779e6;hp=1d3fcbad78f11b7b0f325f8b7840dc343920030d;hpb=1872e3fc60b482771bbd1cb4b0290b8d6a9ef5d0;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.h b/test/api/testlib.h index 1d3fcba..0b4b55c 100644 --- a/test/api/testlib.h +++ b/test/api/testlib.h @@ -1,8 +1,5 @@ -/* $Id: testlib.h,v 1.25 2007-04-16 08:44:32 adam Exp $ - Copyright (C) 1995-2007 - Index Data ApS - -This file is part of the Zebra server. +/* This file is part of the Zebra server. + Copyright (C) 1994-2010 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -123,11 +120,24 @@ int tl_meta_query(ZebraHandle zh, char *query, int exphits, */ void tl_check_filter(ZebraService zs, const char *name); +ZEBRA_RES tl_fetch_first_compare(ZebraHandle zh, + const char *element_set, + const Odr_oid *format, const char *cmp_rec); + +ZEBRA_RES tl_fetch(ZebraHandle zh, + int position, const char *element_set, + const Odr_oid * format, ODR odr, + const char **rec_buf, size_t *rec_len); +ZEBRA_RES tl_fetch_compare(ZebraHandle zh, + int position, const char *element_set, + const Odr_oid *format, const char *cmp_rec); + #define TL_MAIN int main(int argc, char **argv) { \ YAZ_CHECK_INIT(argc, argv); YAZ_CHECK_LOG(); tst(argc, argv); YAZ_CHECK_TERM; } /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab