diff options
Diffstat (limited to 'Build/source/texk/kpathsea/magstep.h')
-rw-r--r-- | Build/source/texk/kpathsea/magstep.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/magstep.h b/Build/source/texk/kpathsea/magstep.h index 3170819f5c2..0359562d4d2 100644 --- a/Build/source/texk/kpathsea/magstep.h +++ b/Build/source/texk/kpathsea/magstep.h @@ -40,6 +40,11 @@ file, but before you look up any files -- do the usual floating-point computations, and then fix up the result. */ -extern KPSEDLL unsigned kpse_magstep_fix P3H(unsigned dpi, unsigned bdpi, int *m_ret); +extern KPSEDLL unsigned kpathsea_magstep_fix (kpathsea kpse, unsigned dpi, + unsigned bdpi, int *m_ret); + +#if defined (KPSE_COMPAT_API) +extern KPSEDLL unsigned kpse_magstep_fix (unsigned dpi, unsigned bdpi, int *m_ret); +#endif #endif /* not KPATHSEA_MAGSTEP_H */ |