summaryrefslogtreecommitdiff
path: root/ucoolib/arch/host/host_stream.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ucoolib/arch/host/host_stream.hh')
-rw-r--r--ucoolib/arch/host/host_stream.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucoolib/arch/host/host_stream.hh b/ucoolib/arch/host/host_stream.hh
index 5351225..9739e6b 100644
--- a/ucoolib/arch/host/host_stream.hh
+++ b/ucoolib/arch/host/host_stream.hh
@@ -32,6 +32,8 @@ class HostStream : public Stream
public:
/// Default constructor, use stdin/stdout.
HostStream ();
+ /// PTY constructor, will make a link to PTY at the given name.
+ HostStream (const char *name);
/// Close if needed.
~HostStream ();
/// See Stream::block.