diff options
Diffstat (limited to 'Build/source/texk/kpathsea/win32/dirutil.h')
-rw-r--r-- | Build/source/texk/kpathsea/win32/dirutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |