1 #ifndef _CUPS_FILTERS_PDFTOIPPPRINTER_H 2 # define _CUPS_FILTERS_PDFTOIPPPRINTER_H 3 4 int apply_filters(int argc, char *argv[]); 5 void set_option_in_str(char *buf, int buflen, 6 const char *option, 7 const char *value); 8 9 #endif 10
1 #ifndef _CUPS_FILTERS_PDFTOIPPPRINTER_H 2 # define _CUPS_FILTERS_PDFTOIPPPRINTER_H 3 4 int apply_filters(int argc, char *argv[]); 5 void set_option_in_str(char *buf, int buflen, 6 const char *option, 7 const char *value); 8 9 #endif 10