diff options
Diffstat (limited to 'Kernel/MasterPTY.h')
-rw-r--r-- | Kernel/MasterPTY.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/MasterPTY.h b/Kernel/MasterPTY.h index c7ba83ba2b..cc375feab6 100644 --- a/Kernel/MasterPTY.h +++ b/Kernel/MasterPTY.h @@ -20,6 +20,7 @@ public: unsigned index() const { return m_index; } String pts_name() const; void on_slave_write(const byte*, size_t); + bool can_write_from_slave() const; private: // ^CharacterDevice |