Initial commit
[yaz4j-moved-to-github.git] / dependencies / yaz-2.1.28 / doc / server.backend.html
1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3. The Backend API</title><meta name="generator" content="DocBook XSL Stylesheets V1.70.1"><link rel="start" href="index.html" title="YAZ User's Guide and Reference"><link rel="up" href="server.html" title="Chapter 4. Generic server"><link rel="prev" href="server.frontend.html" title="2. The Database Frontend"><link rel="next" href="server.main.html" title="4. Your main() Routine"></head><body><link rel="stylesheet" type="text/css" href="common/style1.css"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. The Backend API</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="server.frontend.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Generic server</th><td width="20%" align="right"> <a accesskey="n" href="server.main.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="server.backend"></a>3. The Backend API</h2></div></div></div><p>
2     The header file that you need to use the interface are in the
3     <code class="filename">include/yaz</code> directory. It's called
4     <code class="filename">backend.h</code>. It will include other files from
5     the <code class="filename">include/yaz</code> directory, so you'll
6     probably want to use the -I option of your compiler to tell it
7     where to find the files. When you run
8     <code class="literal">make</code> in the top-level YAZ directory,
9     everything you need to create your server is to link with the
10     <code class="filename">lib/libyaz.la</code> library.
11    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="server.frontend.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="server.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="server.main.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. The Database Frontend </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. Your main() Routine</td></tr></table></div></body></html>