X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Fresource.h;h=9bb6749071eb2687581e5ff1f07a9101f0a0d565;hb=acfc301115f69877a634f3141908747a54f678a0;hp=a16572b78c215714e785804fc7460027da282423;hpb=4f9ccdbed3ee79171d0b861c4ba93b54ce8feaac;p=wimlib diff --git a/include/wimlib/resource.h b/include/wimlib/resource.h index a16572b7..9bb67490 100644 --- a/include/wimlib/resource.h +++ b/include/wimlib/resource.h @@ -135,14 +135,6 @@ read_resource_prefix(const struct wim_lookup_table_entry *lte, /* Functions to write a resource. */ -extern int -write_wim_resource(struct wim_lookup_table_entry *lte, struct filedes *out_fd, - int out_ctype, - u32 out_chunk_size, - struct resource_entry *out_res_entry, - int write_resource_flags, - struct wimlib_lzx_context **comp_ctx); - extern int write_wim_resource_from_buffer(const void *buf, size_t buf_size, int reshdr_flags, struct filedes *out_fd,