X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fodr.xml;fp=doc%2Fodr.xml;h=45f83266a85ae5b2c93bc41c84576571b2aaa6a5;hb=8d297aab170c07e64ed6d1c0b817e13399f068d2;hp=230dcd10054334301360a3b51c2011c153e05447;hpb=0576c95614b10d6ede71b5b66651d9796a7d83e5;p=yaz-moved-to-github.git diff --git a/doc/odr.xml b/doc/odr.xml index 230dcd1..45f8326 100644 --- a/doc/odr.xml +++ b/doc/odr.xml @@ -94,7 +94,7 @@ - void *odr_malloc(ODR o, int size); + void *odr_malloc(ODR o, size_t size); @@ -120,7 +120,7 @@ - int odr_total(ODR o); + size_t odr_total(ODR o);