summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/arch/host/host_stream.hh
diff options
context:
space:
mode:
authorNicolas Schodet2013-03-02 23:25:00 +0100
committerNicolas Schodet2013-03-02 23:25:00 +0100
commite216af2da56613367622ca5b8cb28a9f181de754 (patch)
tree4cc77e5a38f03d6eeb2a5941771238dd8a7b88c2 /digital/ucoolib/ucoolib/arch/host/host_stream.hh
parentbf2856a0e14daed33e1055ab5f24393d53e40250 (diff)
digital/ucoolib/ucoolib/arch/host: add pty host stream
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.