diff options
Diffstat (limited to 'works/life/computer-network-experiment/IO.h')
-rw-r--r-- | works/life/computer-network-experiment/IO.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/works/life/computer-network-experiment/IO.h b/works/life/computer-network-experiment/IO.h index b0cf489..1658b78 100644 --- a/works/life/computer-network-experiment/IO.h +++ b/works/life/computer-network-experiment/IO.h @@ -64,3 +64,5 @@ void SignalAndWaitForOutputThreadStop(); void OnInputLine(StringView line);
void StartIOThread();
+
+String ReadInputLine();
\ No newline at end of file |