From d7e3f387cddf4ac8dee3ca0d90992d052834da95 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 23 Apr 2003 12:31:07 +0000 Subject: [PATCH] Prepare for OPAC display --- zutil/Makefile.am | 4 ++-- zutil/opacdisp.c | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 zutil/opacdisp.c diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 366a731..23b4653 100644 --- a/zutil/Makefile.am +++ b/zutil/Makefile.am @@ -1,11 +1,11 @@ -## $Id: Makefile.am,v 1.19 2003-03-11 11:09:17 adam Exp $ +## $Id: Makefile.am,v 1.20 2003-04-23 12:31:07 adam Exp $ noinst_LTLIBRARIES = libzutil.la AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) libzutil_la_SOURCES = zget.c yaz-ccl.c diagbib1.c logrpn.c \ otherinfo.c pquery.c sortspec.c z3950oid.c charneg.c \ - zoom-c.c zoom-opt.c zoom-p.h grs1disp.c zgdu.c soap.c srw.c + zoom-c.c zoom-opt.c zoom-p.h grs1disp.c zgdu.c soap.c srw.c opacdisp.c srwtst_LDADD = ../odr/libodr.la libzutil.la ../util/libutil.la srwtst_SOURCES = srwtst.c diff --git a/zutil/opacdisp.c b/zutil/opacdisp.c new file mode 100644 index 0000000..e18b7b9 --- /dev/null +++ b/zutil/opacdisp.c @@ -0,0 +1,19 @@ +/* + * Copyright (c) 2003, Index Data. + * See the file LICENSE for details. + * + * $Id: opacdisp.c,v 1.1 2003-04-23 12:31:07 adam Exp $ + */ + +#include +#include +#include +#include + +#include + +void yaz_display_OPAC(WRBUF wrbuf, Z_OPACRecord *r, int flags) +{ + + +} -- 1.7.10.4