|
|
res->ppd = NULL; /* Printer's ppd are not read yet */ | res->ppd = NULL; /* Printer's ppd are not read yet */ |
/* Output */ | /* Output */ |
/* Default is to send to default printer */ |
/* Default is to send to stdout */ |
res->flag_output_is_printer = true; |
res->flag_output_is_printer = false; |
res->flag_output_name = NULL; | res->flag_output_name = NULL; |
res->output_is_file = true; | res->output_is_file = true; |
res->output_name = NULL; | res->output_name = NULL; |