X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fprt-ext.h;h=7ae8da27e26c13bd1e34af8d7ef76a3f372ab895;hp=5038d421701a5ac1f74ad8025707f827c66bdb70;hb=3e8a6d354cf280b4a157796bae8d4ea713784247;hpb=b23f8886419f5fa9f4a46ba15812ad02d1ca8e55 diff --git a/include/prt-ext.h b/include/prt-ext.h index 5038d42..7ae8da2 100644 --- a/include/prt-ext.h +++ b/include/prt-ext.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1998, Index Data. + * Copyright (c) 1995-1999, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -106,6 +106,8 @@ struct Z_External YAZ_EXPORT int z_External(ODR o, Z_External **p, int opt, const char *name); YAZ_EXPORT Z_ext_typeent *z_ext_getentbyref(oid_value val); +YAZ_EXPORT Z_External *z_ext_record(ODR o, int format, const char *buf, + int len); #ifdef __cplusplus }