From 56e0b73ad25c9335dbb3f13d12e117ed5ccc34e6 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 10 Aug 2011 06:20:40 +0000 Subject: WIN32: more C program replacements for Unix shell scripts (from Akira's W32TeX) git-svn-id: svn://tug.org/texlive/trunk@23477 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/win32/dirutil.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Build/source/texk/kpathsea/win32/dirutil.h (limited to 'Build/source/texk/kpathsea/win32/dirutil.h') diff --git a/Build/source/texk/kpathsea/win32/dirutil.h b/Build/source/texk/kpathsea/win32/dirutil.h new file mode 100644 index 00000000000..c260ff37921 --- /dev/null +++ b/Build/source/texk/kpathsea/win32/dirutil.h @@ -0,0 +1,3 @@ +extern int is_dir (char *buff); +extern int make_dir (char *buff); +extern int make_dir_p (char *buff); -- cgit v1.2.3