X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fodr.h;h=7f9308ff2d6ec859bd863edb124277d162923485;hp=8e72650093335b42c2769532a6a8e5a53a0c4778;hb=ce627148dbba2878565b8d9da33f6b25f33da4bd;hpb=bfcb19b17256263c4fca826add7724ad7c847943 diff --git a/include/yaz/odr.h b/include/yaz/odr.h index 8e72650..7f9308f 100644 --- a/include/yaz/odr.h +++ b/include/yaz/odr.h @@ -171,6 +171,7 @@ YAZ_EXPORT void odr_setelement(ODR o, const char *addinfo); YAZ_EXPORT const char *odr_getelement(ODR o); YAZ_EXPORT void odr_perror(ODR o, const char *message); YAZ_EXPORT void odr_setprint(ODR o, FILE *file); +YAZ_EXPORT void odr_setprint_noclose(ODR o, FILE *file); YAZ_EXPORT ODR odr_createmem(int direction); YAZ_EXPORT void odr_reset(ODR o); YAZ_EXPORT void odr_destroy(ODR o);