]> www.fi.muni.cz Git - evince.git/blob - tiff/tiff2ps.h
disable File->Print if the document does not implement the ps exporter
[evince.git] / tiff / tiff2ps.h
1 #include <stdio.h>
2 #include "tiffio.h"
3
4 void    TIFF2PS(FILE*, TIFF*, double, double, double, double, int, int*);
5 void    TIFFPSTail(FILE*, int);