X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fasn.xml;fp=doc%2Fasn.xml;h=854bc0b7e00875f4a8c8cd049bb80ee29e739221;hp=85d07c4906ea8785c05cb65ac5703109a6fef8e4;hb=cbd3dfed0ab7919bf1deb0e8af5fed4ffb8bdf5d;hpb=8d92137c228ec24df2d62a8039635bb8ad19558d diff --git a/doc/asn.xml b/doc/asn.xml index 85d07c4..854bc0b 100644 --- a/doc/asn.xml +++ b/doc/asn.xml @@ -1,4 +1,4 @@ - + The Z39.50 ASN.1 Module Introduction @@ -54,8 +54,8 @@ structure before freeing the structure itself. - You can use the odr_malloc() function (see section - Using ODR for details). When you use + You can use the odr_malloc() function (see + for details). When you use odr_malloc(), you can release all of the allocated data in a single operation, independent of any pointers and relations between the data. odr_malloc() is based on a @@ -308,8 +308,8 @@ typedef struct Z_ext_typeent z_ext_gettypebyref to look for the provided direct-reference. If the return value is different from NULL, you can use the provided - function to decode the BER string (see section - Using ODR). + function to decode the BER string (see + ).