diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/mpost.h')
-rw-r--r-- | Build/source/texk/dvipdfm-x/mpost.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/mpost.h b/Build/source/texk/dvipdfm-x/mpost.h index 10ad0132f96..711c9fe8c3e 100644 --- a/Build/source/texk/dvipdfm-x/mpost.h +++ b/Build/source/texk/dvipdfm-x/mpost.h @@ -1,6 +1,6 @@ /* This is dvipdfmx, an eXtended version of dvipdfm by Mark A. Wicks. - Copyright (C) 2002-2016 by Jin-Hwan Cho and Shunsaku Hirata, + Copyright (C) 2002-2018 by Jin-Hwan Cho and Shunsaku Hirata, the dvipdfmx project team. Copyright (C) 1998, 1999 by Mark A. Wicks <mwicks@kettering.edu> @@ -27,6 +27,8 @@ #include "pdfximage.h" #include "pdfdev.h" +extern void mps_set_translate_origin (int boolean_value); + extern int mps_scan_bbox (const char **pp, const char *endptr, pdf_rect *bbox); /* returns xobj_id */ |