From 1b34f889f90cd879367f233c90d98b18dd47d338 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 14 Jan 2004 18:08:39 +0000 Subject: initial commit git-svn-id: file:///home/lennart/svn/public/bidilink/trunk@3 9cde1c1d-e4d0-0310-8a68-bf217395ea82 --- src/client-tty.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/client-tty.h (limited to 'src/client-tty.h') diff --git a/src/client-tty.h b/src/client-tty.h new file mode 100644 index 0000000..9befa7b --- /dev/null +++ b/src/client-tty.h @@ -0,0 +1,8 @@ +#ifndef fooclientttyhfoo +#define fooclientttyhfoo + +#include "stream.h" + +struct stream* stream_client_tty(const char *args); + +#endif -- cgit