X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fmarcdisp.h;h=4cabfabb686c0328beb94836e6b39177476daace;hb=3eba413ef7e80467c7831731a8e35c733e447c47;hp=6843499b02d32f82bea0ec84f6730231c38d3de0;hpb=c03ea9aeb04a9a60daa61ac9861cbbb668e42a59;p=yaz-moved-to-github.git diff --git a/include/yaz/marcdisp.h b/include/yaz/marcdisp.h index 6843499..4cabfab 100644 --- a/include/yaz/marcdisp.h +++ b/include/yaz/marcdisp.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: marcdisp.h,v 1.26 2007-01-08 10:45:19 adam Exp $ */ +/* $Id: marcdisp.h,v 1.27 2007-01-24 15:13:20 adam Exp $ */ /** * \file marcdisp.h @@ -83,8 +83,8 @@ YAZ_EXPORT void yaz_marc_debug(yaz_marc_t mt, int level); \param mt marc handle \param buf input buffer \param bsize size of buffer or (-1 if "any size") - \param result result to be stored here (allocate before use!) - \param rsize size of result (set before calling) + \param result result to be stored here + \param rsize size of result (memory "owned" by yaz_marc_mt handle) Decodes MARC in buf of size bsize. On success, result in *result with size *rsize.