projects
/
yaz-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e18b7b9f1b382b1b1c3bd1986caa3e63abd95a0a
[yaz-moved-to-github.git]
/
zutil
/
opacdisp.c
1
/*
2
* Copyright (c) 2003, Index Data.
3
* See the file LICENSE for details.
4
*
5
* $Id: opacdisp.c,v 1.1 2003-04-23 12:31:07 adam Exp $
6
*/
7
8
#include <stdio.h>
9
#include <string.h>
10
#include <stdlib.h>
11
#include <ctype.h>
12
13
#include <yaz/proto.h>
14
15
void yaz_display_OPAC(WRBUF wrbuf, Z_OPACRecord *r, int flags)
16
{
17
18
19
}