Added member named_result_sets for init handler struct for the GFS.
[yaz-moved-to-github.git] / doc / frontend.xml
index 821ebf2..c22e915 100644 (file)
@@ -1,4 +1,3 @@
-<!-- $Id: frontend.xml,v 1.36 2007-11-01 10:29:28 adam Exp $ -->
  <chapter id="server"><title>Generic server</title>
   <sect1 id="server.introduction"><title>Introduction</title>
    
@@ -410,6 +409,8 @@ typedef struct bend_initrequest
     /** \brief SRU record update handler */
     int (*bend_srw_update)(void *handle, bend_update_rr *rr);
 
+    /** \brief whether named result sets are supported (0=disable, 1=enable) */
+    int named_result_sets;
 } bend_initrequest;
 
 typedef struct bend_initresult
@@ -523,8 +524,8 @@ typedef struct {
      structure definitions in the file
      <filename>include/yaz/z-core.h</filename>. If you want to look at the
      attributeSetId OID of the RPN query, you can either match it against
-     your own internal tables, or you can use the
-     <literal>oid_getentbyoid</literal> function provided by &yaz;.
+     your own internal tables, or you can use the <link linkend="tools.oid">
+     OID tools</link>.
     </para>
 
     <para>