--- svn_delta.i.old 2005-05-18 09:13:16.468538232 +0200 +++ svn_delta.i 2005-05-18 08:08:21.000000000 +0200 @@ -41,6 +41,10 @@ svn_txdelta_window_handler_t * }; +#ifdef SWIGPYTHON +%apply svn_stream_t *WRAPPED_STREAM { svn_stream_t * }; +#endif + /* ----------------------------------------------------------------------- mark window.new_data as readonly since we would need a pool to set it properly (e.g. to allocate an svn_string_t structure).