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