summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/lib.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:26:52 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-11-10 10:26:52 +0000
commite6a9c88ada2f11dd61e4c4e39dff84944bed5787 (patch)
treefc83368bc46443e81c90a00e6864dd335a38f48e /Build/source/texk/kpathsea/lib.h
parent522d28cda597706bae8ff7308c71f17901457300 (diff)
towards TL2010: texk/kpathsea
git-svn-id: svn://tug.org/texlive/trunk@15963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/lib.h')
-rw-r--r--Build/source/texk/kpathsea/lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h
index 721c3b185e2..f877ca8c782 100644
--- a/Build/source/texk/kpathsea/lib.h
+++ b/Build/source/texk/kpathsea/lib.h
@@ -200,10 +200,10 @@ extern KPSEDLL int kpathsea_dir_links (kpathsea kpse, const_string fn, long nlin
perror(3) with FILENAME as its argument. */
extern KPSEDLL FILE *xfopen (const_string filename, const_string mode);
extern KPSEDLL void xfclose (FILE *, const_string filename);
-extern KPSEDLL void xfseek (FILE *, long, int, string filename);
-extern KPSEDLL void xfseeko (FILE *, off_t, int, string filename);
-extern KPSEDLL unsigned long xftell (FILE *, string filename);
-extern KPSEDLL off_t xftello (FILE *, string filename);
+extern KPSEDLL void xfseek (FILE *, long, int, const_string filename);
+extern KPSEDLL void xfseeko (FILE *, off_t, int, const_string filename);
+extern KPSEDLL unsigned long xftell (FILE *, const_string filename);
+extern KPSEDLL off_t xftello (FILE *, const_string filename);
/* These call the corresponding function in the standard library, and
abort if those routines fail. Also, `xrealloc' calls `xmalloc' if