Prepare for OPAC display
[yaz-moved-to-github.git] / zutil / opacdisp.c
diff --git a/zutil/opacdisp.c b/zutil/opacdisp.c
new file mode 100644 (file)
index 0000000..e18b7b9
--- /dev/null
@@ -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 <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+#include <ctype.h>
+
+#include <yaz/proto.h>
+
+void yaz_display_OPAC(WRBUF wrbuf, Z_OPACRecord *r, int flags)
+{
+
+
+}