diff options
Diffstat (limited to 'stream.h')
-rw-r--r-- | stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,7 +52,7 @@ val put_byte(val byte, val stream); val flush_stream(val stream); val open_directory(val path); val open_file(val path, val mode_str); -val open_pipe(val path, val mode_str); -val open_pipevp(val path, val mode_str, val args); +val open_command(val path, val mode_str); +val open_process(val path, val mode_str, val args); void stream_init(void); |