summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-03 13:02:19 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-02-03 13:02:19 +0000
commit463d8e9216e64084819db98438ced06f86bc43d7 (patch)
treedf827f01cd74a7ffd22e8c2312682329d4229522 /Build/source/texk/kpathsea/win32lib.h
parent84ce03696690f90b9b134ea4300fa06826334947 (diff)
texk/kpathsea: Add a function double win32_floor (double x) (w32 only)
git-svn-id: svn://tug.org/texlive/trunk@39553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32lib.h')
-rw-r--r--Build/source/texk/kpathsea/win32lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h
index b31ab623567..28aae28d8d5 100644
--- a/Build/source/texk/kpathsea/win32lib.h
+++ b/Build/source/texk/kpathsea/win32lib.h
@@ -255,6 +255,7 @@
extern "C" {
#endif
+extern KPSEDLL double win32_floor (double x);
extern KPSEDLL FILE *win32_popen (const char *cmd, const char *mode);
extern KPSEDLL int win32_pclose (FILE *f);
extern KPSEDLL struct passwd *kpathsea_getpwnam (kpathsea kpse, char *name);