aboutsummaryrefslogtreecommitdiff
path: root/src/input_stream.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 22:53:13 +0100
commitf70d2f58a1ac221d488a4fbb2fda39d83048ec53 (patch)
treed17cb4c62c6a3bbb9bd44c738df799998024ccc8 /src/input_stream.h
parent67b0ab717e469eace11ded98925b67738513e7ea (diff)
input_stream: moved input_stream_global_init() to input_init.c
Diffstat (limited to 'src/input_stream.h')
-rw-r--r--src/input_stream.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/input_stream.h b/src/input_stream.h
index a617632a..63327c13 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.
*