diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/epdf.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/epdf.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/dvipdfm-x/epdf.h b/Build/source/texk/dvipdfm-x/epdf.h index c51f15f084c..19571b22caf 100644 --- a/Build/source/texk/dvipdfm-x/epdf.h +++ b/Build/source/texk/dvipdfm-x/epdf.h @@ -32,9 +32,10 @@ #define pdfbox_trim 4 #define pdfbox_art 5 -extern int pdf_copy_clip (FILE *image_file, int page_index, double x_user, double y_user); +extern int pdf_copy_clip (FILE *image_file, int page_index, + double x_user, double y_user); -extern int pdf_include_page (pdf_ximage *ximage, FILE *file, - const char *filename); +extern int pdf_include_page (pdf_ximage * ximage, FILE *file, + const char *ident, load_options options); #endif /* _EPDF_H_ */ |