From 21b8590b53699f92802cb95121e910033cbd4f11 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 19:54:57 +0100 Subject: input_stream: removed the InputStream typedef Everybody should use struct input_stream. --- src/input_stream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input_stream.h') diff --git a/src/input_stream.h b/src/input_stream.h index db4d6ff57..6ad720efb 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -21,8 +21,6 @@ #include -typedef struct input_stream InputStream; - struct input_stream { int ready; -- cgit v1.2.3