aboutsummaryrefslogtreecommitdiff
path: root/src/input_stream.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-26 19:54:57 +0100
committerMax Kellermann <max@duempel.org>2008-10-26 19:54:57 +0100
commit21b8590b53699f92802cb95121e910033cbd4f11 (patch)
tree0a1d8fde8468929479d38a1e96e4938542e1d80a /src/input_stream.h
parentbbaedb17d52cf14cf1abc3f24a90dfa06f875440 (diff)
input_stream: removed the InputStream typedef
Everybody should use struct input_stream.
Diffstat (limited to 'src/input_stream.h')
-rw-r--r--src/input_stream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/input_stream.h b/src/input_stream.h
index db4d6ff5..6ad720ef 100644
--- a/src/input_stream.h
+++ b/src/input_stream.h
@@ -21,8 +21,6 @@
#include <stddef.h>
-typedef struct input_stream InputStream;
-
struct input_stream {
int ready;