From 3f13095a0bb790f40bc7563c87f7b8495827cf85 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Thu, 31 Dec 2020 00:56:42 +0100 Subject: [PATCH] libcupsfilters: Added documentation for parameters of pdftopdf() in filter.h --- cupsfilters/filter.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cupsfilters/filter.h b/cupsfilters/filter.h index 18cbbe10d..32c98d605 100644 --- a/cupsfilters/filter.h +++ b/cupsfilters/filter.h @@ -176,6 +176,11 @@ extern int pdftopdf(int inputfd, filter_data_t *data, void *parameters); +/* Parameters: const char* + For CUPS value of FINAL_CONTENT_TYPE environment variable, generally + MIME type of the final output format of the filter chain for this job + (not the output of the pdftopdf() filter function) */ + extern int pdftops(int inputfd, int outputfd, -- 2.47.3