X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fodr.xml;h=6438e6f6c3d2d722b2a626f8a5d317150591c68f;hp=770ad9cd1be24fa56682c1cdb15f54f82d20b4d3;hb=cabcc223cd47503763e7c42969e3be30c58276af;hpb=f720562471a064dba92a465d999aa833e59d69b1 diff --git a/doc/odr.xml b/doc/odr.xml index 770ad9c..6438e6f 100644 --- a/doc/odr.xml +++ b/doc/odr.xml @@ -670,7 +670,6 @@ typedef struct odr_oct { unsigned char *buf; int len; - int size; } Odr_oct; int odr_octetstring(ODR o, Odr_oct **p, int optional, @@ -680,8 +679,7 @@ int odr_octetstring(ODR o, Odr_oct **p, int optional, The buf field should point to the character array that holds the octetstring. The len field holds the - actual length, while the size field gives the size - of the allocated array (not of interest to you, in most cases). + actual length. The character array need not be null terminated.