Add ZOOM_connection_save_apdu_wrbuf
[yaz-moved-to-github.git] / src / odr.c
index 7013ad7..3ad263d 100644 (file)
--- 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,