X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fztest.h;h=c024f3bda6567e6360051ec372db8bb3f1d00d30;hp=5f7f2af13805b44a77d4b33475d7d943cf013800;hb=4e500dea9790b5ff9ea4fbb3d150c358e3bd2cab;hpb=04b09c082a7882398a10d5ec62e80ac175fe2a9b diff --git a/ztest/ztest.h b/ztest/ztest.h index 5f7f2af..c024f3b 100644 --- a/ztest/ztest.h +++ b/ztest/ztest.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -31,14 +31,16 @@ #include -Z_GenericRecord *dummy_grs_record (int num, ODR o); -char *dummy_marc_record (int num, ODR odr); -char *dummy_xml_record (int num, ODR odr); - +Z_GenericRecord *dummy_grs_record(int num, ODR o); +char *dummy_marc_record(int num, ODR odr); +char *dummy_xml_record(int num, ODR odr, const char *esn); +char *dummy_json_record(int num, ODR odr, const char *esn); +Z_OPACRecord *dummy_opac(int num, ODR odr, const char *marc_input); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab