summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/lib.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-30 11:13:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-30 11:13:51 +0000
commitbe3092e5ae97b2849b4eb4710bda635c670c5ee6 (patch)
tree56698a8e4471a4df294d18bc646208c1af707e01 /Build/source/texk/kpathsea/lib.h
parent35415781f9b07704a404491bd1092ec880cec8c1 (diff)
kpathsea: minor cleanup
git-svn-id: svn://tug.org/texlive/trunk@23277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/lib.h')
-rw-r--r--Build/source/texk/kpathsea/lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h
index 23ef34e3147..13a4f4c7c8c 100644
--- a/Build/source/texk/kpathsea/lib.h
+++ b/Build/source/texk/kpathsea/lib.h
@@ -186,9 +186,9 @@ extern KPSEDLL void xputenv_int (const_string var, int value);
extern KPSEDLL string xgetcwd (void);
/* Returns true if FN is a directory or a symlink to a directory. */
-extern KPSEDLL boolean kpathsea_dir_p (kpathsea kpse, const_string fn);
+extern KPSEDLL boolean kpathsea_dir_p (kpathsea kpse, string fn);
#if defined (KPSE_COMPAT_API)
-extern KPSEDLL boolean dir_p (const_string fn);
+extern KPSEDLL boolean dir_p (string fn);
#endif
/* If FN is a readable directory, return the number of links it has.