1 #ifndef PDFTOPDF_JCL_H 2 #define PDFTOPDF_JCL_H 3 4 struct ProcessingParameters; 5 class PDFTOPDF_Processor; 6 7 void emitPreamble(ppd_file_t *ppd,const ProcessingParameters ¶m); 8 void emitPostamble(ppd_file_t *ppd,const ProcessingParameters ¶m); 9 10 void emitComment(PDFTOPDF_Processor &proc,const ProcessingParameters ¶m); 11 12 #endif 13