diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:38:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:38:57 +0000 |
commit | f5b6b735a731901f09d7f3cc153c1d869269ee83 (patch) | |
tree | 565a1b0f3c6a4094a5f2198879fb239053549f1e /src/decompress.h | |
parent | Adding upstream version 2.12.0. (diff) | |
download | man-db-f5b6b735a731901f09d7f3cc153c1d869269ee83.tar.xz man-db-f5b6b735a731901f09d7f3cc153c1d869269ee83.zip |
Adding upstream version 2.12.1.upstream/2.12.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/decompress.h')
-rw-r--r-- | src/decompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decompress.h b/src/decompress.h index f10ab88..ee1bf22 100644 --- a/src/decompress.h +++ b/src/decompress.h @@ -58,7 +58,7 @@ decompress *decompress_open (const char *filename, int flags); decompress *decompress_fdopen (int fd); /* Return true if and only if this is a pipeline-based decompressor. */ -bool decompress_is_pipeline (decompress *d); +bool decompress_is_pipeline (const decompress *d); /* Get the pipeline corresponding to a decompressor. Raises an assertion * failure if this is not a pipeline-based decompressor. |