| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/print/foomatic-filters/files/ |
Upload File : |
--- options.c.orig 2012-07-02 14:50:46 UTC
+++ options.c
@@ -38,15 +38,15 @@ typedef struct icc_mapping_entry_s {
} icc_mapping_entry_t;
/* Values from foomatic keywords in the ppd file */
-char printer_model [256];
+extern char printer_model [256];
char printer_id [256];
char driver [128];
char cmd [4096];
char cmd_pdf [4096];
-dstr_t *postpipe = NULL; /* command into which the output of this
+extern dstr_t *postpipe; /* command into which the output of this
filter should be piped */
int ps_accounting = 1;
-char cupsfilter [256];
+extern char cupsfilter [256];
int jobentitymaxlen = 0;
int userentitymaxlen = 0;
int hostentitymaxlen = 0;