Extracted element name encoding into function. Moved indicators back as attributes...
[yaz-moved-to-github.git] / doc / tools.xml
index 4cfcf1d..ec97f06 100644 (file)
@@ -1,4 +1,3 @@
-<!-- $Id: tools.xml,v 1.66 2008-02-28 09:40:42 adam Exp $ -->
  <chapter id="tools"><title>Supporting Tools</title>
   
   <para>
        </table>
       </para>
       <para>
-       Refer to the complete
+       Refer to <xref linkend="bib1"/> or the complete
        <ulink url="&url.z39.50.attset.bib1;">list of Bib-1 attributes</ulink>
       </para>
       <para>
@@ -1726,9 +1725,9 @@ void cql_to_xml_stdio(struct cql_node *cn, FILE *f);
    <screen>
     NMEM nmem_create(void);
     void nmem_destroy(NMEM n);
-    void *nmem_malloc(NMEM n, int size);
+    void *nmem_malloc(NMEM n, size_t size);
     void nmem_reset(NMEM n);
-    int nmem_total(NMEM n);
+    size_t nmem_total(NMEM n);
     void nmem_init(void);
     void nmem_exit(void);
    </screen>