input_stream: moved input_stream_global_init() to input_init.c

This commit is contained in:
Max Kellermann
2009-12-14 22:53:13 +01:00
parent 67b0ab717e
commit f70d2f58a1
10 changed files with 117 additions and 62 deletions
-10
View File
@@ -75,16 +75,6 @@ struct input_stream {
char *mime;
};
/**
* Initializes this library and all input_stream implementations.
*/
void input_stream_global_init(void);
/**
* Deinitializes this library and all input_stream implementations.
*/
void input_stream_global_finish(void);
/**
* Opens a new input stream. You may not access it until the "ready"
* flag is set.