From 44cf820304298bd5fba5a5be5d332c2afa9d4091 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 3 May 2015 02:42:02 +0000 Subject: kpathsea: Implement same_file_p () for windows (w32 only). git-svn-id: svn://tug.org/texlive/trunk@37161 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/win32lib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Build/source/texk/kpathsea/win32lib.h') 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); -- cgit v1.2.3