diff options
Diffstat (limited to 'Build/source/texk/kpathsea/proginit.h')
-rw-r--r-- | Build/source/texk/kpathsea/proginit.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/proginit.h b/Build/source/texk/kpathsea/proginit.h index 8cf66affc6d..c6b8a8e657e 100644 --- a/Build/source/texk/kpathsea/proginit.h +++ b/Build/source/texk/kpathsea/proginit.h @@ -28,7 +28,13 @@ etc., etc. See the source. */ extern KPSEDLL void -kpse_init_prog P4H(const_string prefix, unsigned dpi, const_string mode, - const_string fallback); +kpathsea_init_prog (kpathsea kpse, const_string prefix, unsigned dpi, + const_string mode, const_string fallback); + +#if defined (KPSE_COMPAT_API) +extern KPSEDLL void +kpse_init_prog (const_string prefix, unsigned dpi, const_string mode, + const_string fallback); +#endif #endif /* not KPATHSEA_PROGINIT_H */ |