X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fodr.c;h=3ad263dd05e1196a1eb799c268e1663dc0451bf0;hb=08e2bab36d24a98ed921130df0973370be5aac80;hp=7013ad7fe78a98a84085bacdd85d2c9687dd4c2f;hpb=2715f6522ca62ab5dbc886c21ed18945743216f0;p=yaz-moved-to-github.git diff --git a/src/odr.c b/src/odr.c index 7013ad7..3ad263d 100644 --- a/src/odr.c +++ b/src/odr.c @@ -175,6 +175,7 @@ void odr_setprint(ODR o, FILE *file) odr_set_stream(o, file, odr_FILE_write, odr_FILE_close); } + void odr_set_stream(ODR o, void *handle, void (*stream_write)(ODR o, void *handle, int type,