summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/arch/host/host_stream.hh
diff options
context:
space:
mode:
Diffstat (limited to 'digital/ucoolib/ucoolib/arch/host/host_stream.hh')
-rw-r--r--digital/ucoolib/ucoolib/arch/host/host_stream.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/digital/ucoolib/ucoolib/arch/host/host_stream.hh b/digital/ucoolib/ucoolib/arch/host/host_stream.hh
index 53512250..9739e6bb 100644
--- a/digital/ucoolib/ucoolib/arch/host/host_stream.hh
+++ b/digital/ucoolib/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.