diff options
Diffstat (limited to 'Build/source/texk/kpathsea/absolute.h')
-rw-r--r-- | Build/source/texk/kpathsea/absolute.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/absolute.h b/Build/source/texk/kpathsea/absolute.h index cce71dc6e20..a75b3b43ae6 100644 --- a/Build/source/texk/kpathsea/absolute.h +++ b/Build/source/texk/kpathsea/absolute.h @@ -22,6 +22,9 @@ #include <kpathsea/types.h> #include <kpathsea/c-proto.h> +#ifdef __cplusplus +extern "C" { +#endif /* True if FILENAME is absolute (/foo) or, if RELATIVE_OK is true, explicitly relative (./foo, ../foo), else false (foo). */ @@ -34,4 +37,8 @@ extern KPSEDLL boolean kpse_absolute_p (const_string filename, boolean relative_ok); #endif +#ifdef __cplusplus +} +#endif + #endif /* not KPATHSEA_ABSOLUTE_H */ |