]> wimlib.net Git - wimlib/blobdiff - src/resource.c
resource.c: Make extract_chunk_to_fd() static
[wimlib] / src / resource.c
index 24526a8310370a443b7c838b43ae4805a8098c0d..6fb95de9336c0e17680b0b96ea45b6c7b5246d5e 100644 (file)
@@ -1436,7 +1436,7 @@ extract_stream(struct wim_lookup_table_entry *lte, u64 size,
 
 /* A consume_data_callback_t implementation that writes the chunk of data to a
  * file descriptor.  */
-int
+static int
 extract_chunk_to_fd(const void *chunk, size_t size, void *_fd_p)
 {
        struct filedes *fd = _fd_p;