From: Mike Taylor Date: Wed, 17 Sep 2008 09:46:07 +0000 (+0100) Subject: Fix typo -- spurious "size" parameter to odr_reset() X-Git-Tag: v3.0.36~6^2~1 X-Git-Url: http://jsfdemo.indexdata.com/cgi-bin?a=commitdiff_plain;h=dd4e8781d27c03476fd6dfd2626480c0c5db00d9;p=yaz-moved-to-github.git Fix typo -- spurious "size" parameter to odr_reset() --- diff --git a/doc/odr.xml b/doc/odr.xml index 51189f3..c8d5ae6 100644 --- a/doc/odr.xml +++ b/doc/odr.xml @@ -104,7 +104,7 @@ - void odr_reset(ODR o, int size); + void odr_reset(ODR o);