commit 60c5fc45a81b1ce1e50a278872cb476f921c5235
parent 677405a7c58b4e1f32b4426bd42a3c8e24d89700
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 19 May 2026 23:15:01 +0200
fix accidental symbol export
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/extractor_datasource.c b/src/main/extractor_datasource.c
@@ -757,7 +757,7 @@ cfs_destroy (struct CompressedFileSource *cfs)
* @param proc_cls callback cls
* @return newly allocated cfs on success, NULL on error
*/
-struct CompressedFileSource *
+static struct CompressedFileSource *
cfs_new (struct BufferedFileDataSource *bfds,
int64_t fsize,
enum ExtractorCompressionType compression_type,