input_stream: removed the InputStream typedef
Everybody should use struct input_stream.
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct input_stream InputStream;
|
||||
|
||||
struct input_stream {
|
||||
int ready;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user