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-unix.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/client-unix.h (limited to 'src/client-unix.h') diff --git a/src/client-unix.h b/src/client-unix.h new file mode 100644 index 0000000..bb17b74 --- /dev/null +++ b/src/client-unix.h @@ -0,0 +1,8 @@ +#ifndef fooclientunixhfoo +#define fooclientunixhfoo + +#include "stream.h" + +struct stream* stream_client_unix(const char *args); + +#endif -- cgit