X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2Fztest.h;h=c024f3bda6567e6360051ec372db8bb3f1d00d30;hp=b6928c38c9987493cd7c8c1bbab2b0d7a0dc781c;hb=d7e028ba0de38f6060f53cf75ca7246c402eb34f;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c diff --git a/ztest/ztest.h b/ztest/ztest.h index b6928c3..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-2009 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,9 +31,10 @@ #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); /*