allow write to find out about SWI streams in SWI mode.

This commit is contained in:
Vitor Santos Costa
2010-12-13 12:38:37 +00:00
parent 7c2c3febe5
commit 3c4da56af2
14 changed files with 126 additions and 96 deletions

View File

@@ -698,6 +698,7 @@ typedef struct SWI_IO {
void *put_w;
void *flush_s;
void *close_s;
void *get_stream_handle;
} swi_io_struct;
/* SWI stream info */