aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-15 00:57:56 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-15 00:57:56 -0700
commit61686aff34a9f8c9d4db1045bce987c85d009061 (patch)
tree3f352033e0bcde6aa7f89487c98b55db72b9499b /reader.h
parentad6645c48da8ae733113ddf07a8675c750c23e1b (diff)
Adopt posix_spawn (!)
Rewrite IO chains to be a vector of pointers, instead of a linked list Removed io_transmogrify
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.h b/reader.h
index 732b06cf..0c674fd0 100644
--- a/reader.h
+++ b/reader.h
@@ -24,7 +24,7 @@ class history_t;
/**
Read commands from \c fd until encountering EOF
*/
-int reader_read( int fd, io_data_t *io);
+int reader_read( int fd, const io_chain_t &io);
/**
Tell the shell that it should exit after the currently running command finishes.