X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Ftools.xml;h=ec97f06cd03c462aa82e5758ed93f81ffd94203d;hb=c54a5790984e8bd597a8ccd4d1d2d0cae6da8af3;hp=1f3cf5f319304a135721da61540416af9aa06a34;hpb=d940392c53c32ccf76fb287cc5b997b9e921a431;p=yaz-moved-to-github.git diff --git a/doc/tools.xml b/doc/tools.xml index 1f3cf5f..ec97f06 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -640,7 +640,7 @@ - Refer to the complete + Refer to or the complete list of Bib-1 attributes @@ -1725,9 +1725,9 @@ void cql_to_xml_stdio(struct cql_node *cn, FILE *f); 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);