X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fodr.h;h=1a2e690cf760758677f882f595d2a964ab3ed16c;hp=6d1c30a8f152155da8f1c6048276f8ec5e93d0d1;hb=4fbc7c05a14d80187951b2fc690ba71374449124;hpb=23794062255aca1313eaff359edb7b73a5f1a742 diff --git a/include/yaz/odr.h b/include/yaz/odr.h index 6d1c30a..1a2e690 100644 --- a/include/yaz/odr.h +++ b/include/yaz/odr.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: odr.h,v 1.13 2003-10-16 10:37:06 adam Exp $ + * $Id: odr.h,v 1.14 2003-11-26 16:24:04 mike Exp $ */ #ifndef ODR_H @@ -297,6 +297,7 @@ YAZ_EXPORT int odr_initmember(ODR o, void *p, int size); YAZ_EXPORT int odr_peektag(ODR o, int *zclass, int *tag, int *cons); YAZ_EXPORT void odr_setlenlen(ODR o, int len); YAZ_EXPORT int odr_missing(ODR o, int opt, const char *name); +YAZ_EXPORT char *odr_prepend(ODR o, const char *prefix, const char *old); typedef struct Odr_external {