diff options
author | Max Kellermann <max@duempel.org> | 2009-12-14 22:53:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 22:53:13 +0100 |
commit | f70d2f58a1ac221d488a4fbb2fda39d83048ec53 (patch) | |
tree | d17cb4c62c6a3bbb9bd44c738df799998024ccc8 /src/input_stream.h | |
parent | 67b0ab717e469eace11ded98925b67738513e7ea (diff) | |
download | mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.gz mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.tar.xz mpd-f70d2f58a1ac221d488a4fbb2fda39d83048ec53.zip |
input_stream: moved input_stream_global_init() to input_init.c
Diffstat (limited to 'src/input_stream.h')
-rw-r--r-- | src/input_stream.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/input_stream.h b/src/input_stream.h index a617632a0..63327c137 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -76,16 +76,6 @@ struct input_stream { }; /** - * 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. * |