]> wimlib.net Git - wimlib/blobdiff - src/resource.c
extract.c: Pass orig stream to callbacks when reading tmpfile
[wimlib] / src / resource.c
index 470b63ece37e3dcbca4042c8213255c68d889d9e..300aec8f1cbec29e0b919bba8243984e7e518271 100644 (file)
@@ -1167,7 +1167,7 @@ out_next_cb:
                return (*ctx->cbs.end_stream)(lte, ret, ctx->cbs.end_stream_ctx);
 }
 
                return (*ctx->cbs.end_stream)(lte, ret, ctx->cbs.end_stream_ctx);
 }
 
-int
+static int
 read_full_stream_with_cbs(struct wim_lookup_table_entry *lte,
                          const struct read_stream_list_callbacks *cbs)
 {
 read_full_stream_with_cbs(struct wim_lookup_table_entry *lte,
                          const struct read_stream_list_callbacks *cbs)
 {