input_stream: removed the InputStream typedef

Everybody should use struct input_stream.
This commit is contained in:
Max Kellermann
2008-10-26 19:54:57 +01:00
parent bbaedb17d5
commit 21b8590b53
13 changed files with 65 additions and 50 deletions

View File

@@ -21,8 +21,6 @@
#include <stddef.h>
typedef struct input_stream InputStream;
struct input_stream {
int ready;