summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-05-03 02:42:02 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-05-03 02:42:02 +0000
commit44cf820304298bd5fba5a5be5d332c2afa9d4091 (patch)
tree23b17facd0a4dd673f6dfd99b3f85d6d23bb164c /Build/source/texk/kpathsea/win32lib.h
parentaca63542b5ef505f480237bda6cf01c0181db3c6 (diff)
kpathsea: Implement same_file_p () for windows (w32 only).
git-svn-id: svn://tug.org/texlive/trunk@37161 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 d7e51f054a7..853899ddb7b 100644
--- a/Build/source/texk/kpathsea/win32lib.h
+++ b/Build/source/texk/kpathsea/win32lib.h
@@ -253,6 +253,7 @@ 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);
extern KPSEDLL int win32_system(const char *cmd);
+extern KPSEDLL void kpathsea_init_user_info (kpathsea kpse);
#if defined (KPSE_COMPAT_API)
extern KPSEDLL struct passwd *getpwnam (char *name);