From 6b09e4daefec2db743e4a0a9d7ff4ad86004d036 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 19:30:13 +0100 Subject: input_stream: added input_stream_global_finish() The hook input_stream_global_finish() deinitializes global structures of all input stream implementations. --- src/inputStream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inputStream.h') diff --git a/src/inputStream.h b/src/inputStream.h index 84af9a785..db4d6ff57 100644 --- a/src/inputStream.h +++ b/src/inputStream.h @@ -47,6 +47,8 @@ struct input_stream { void initInputStream(void); +void input_stream_global_finish(void); + int isUrlSaneForInputStream(char *url); /* if an error occurs for these 3 functions, then -1 is returned and errno -- cgit v1.2.3