From 82cfce76eb5787f1a24151f6a3840a999ed82659 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 30 Jan 2009 00:53:32 +0100 Subject: archive: replaced setup_stream() with open_stream() The open_stream() method opens the input_stream. This allows the archive plugin to do its own initialization, and it also allows it to use input_stream.data. We can remove input_stream.archive now, which was unnatural to have in the first place. --- src/input_stream.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input_stream.h') diff --git a/src/input_stream.h b/src/input_stream.h index f57ac3120..d8698c4cd 100644 --- a/src/input_stream.h +++ b/src/input_stream.h @@ -77,8 +77,6 @@ struct input_stream { * the MIME content type of the resource, or NULL if unknown */ char *mime; - - void *archive; }; /** -- cgit v1.2.3