File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ NEWS - OpenPrinting CUPS Filters v1.28.8 - 2021-03-25
33
44CHANGES IN V1.28.9
55
6+ - libcupsfilters: Silenced compiler warnings
67 - libcupsfilters: Removed duplicate code in the
78 apply_filters() function.
89 - driverless: If there are no driverless IPP printers
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ enum resolve_uri_converter_type /**** Resolving DNS-SD based URI ****/
4444 IPPFIND_BASED_CONVERTER_FOR_FAX_URI = 1
4545};
4646
47+ char get_printer_attributes_log [LOGSIZE ];
48+
4749static int
4850convert_to_port (char * a )
4951{
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ extern "C" {
4141#define MAX_OUTPUT_LEN 8192
4242#define MAX_URI_LEN 2048
4343
44- char get_printer_attributes_log [LOGSIZE ];
44+ extern char get_printer_attributes_log [LOGSIZE ];
4545
4646char * resolve_uri (const char * raw_uri );
4747char * ippfind_based_uri_converter (const char * uri ,int is_fax );
You can’t perform that action at this time.
0 commit comments