Added odr_set_stream which is is a more generic to odr_setprint.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Aug 2004 12:15:38 +0000 (12:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Aug 2004 12:15:38 +0000 (12:15 +0000)
commit0a7d4354288c747883261e9f430a7e0069225a5b
tree5a973825530329ffc367330ce144c793539431dc
parent93027bf060203898f33d1425585303945e58acbd
Added odr_set_stream which is is a more generic to odr_setprint.
odr_set_stream takes a stream handle, pointer to puts function and
pointer to close function. The close function - if non-NULL - will be
called during odr_destroy.
16 files changed:
NEWS
include/yaz/odr.h
src/odr-priv.h
src/odr.c
src/odr_any.c
src/odr_bit.c
src/odr_bool.c
src/odr_choice.c
src/odr_cons.c
src/odr_enum.c
src/odr_int.c
src/odr_null.c
src/odr_oct.c
src/odr_oid.c
src/odr_util.c
src/zgdu.c