diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-03 00:42:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-03 00:42:10 +0000 |
commit | 67257c18c27c5265b15a55ad61d45da410f2f104 (patch) | |
tree | cda7ad04d5508d318053deda2922c990892023d2 /Build/source/texk/kpathsea/readable.h | |
parent | 7bc782074dd7cba33ad218494c3693c66a33037d (diff) |
formatting/doc fixes
git-svn-id: svn://tug.org/texlive/trunk@16274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/readable.h')
-rw-r--r-- | Build/source/texk/kpathsea/readable.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/readable.h b/Build/source/texk/kpathsea/readable.h index ec3a6988d45..23e09c683ee 100644 --- a/Build/source/texk/kpathsea/readable.h +++ b/Build/source/texk/kpathsea/readable.h @@ -1,6 +1,6 @@ /* readable.h: is a file readable? - Copyright 1993, 2008 Karl Berry. + Copyright 1993, 2008, 2009 Karl Berry. Copyright 1999, 2005 Olaf Weber. This library is free software; you can redistribute it and/or @@ -26,7 +26,8 @@ ENAMETOOLONG, truncate any too-long path components, and if the result is a readable file, return that. Otherwise return NULL. */ -extern KPSEDLL string kpathsea_readable_file (kpathsea kpse, const_string name); +extern KPSEDLL string kpathsea_readable_file (kpathsea kpse, + const_string name); #if defined (KPSE_COMPAT_API) extern KPSEDLL string kpse_readable_file (const_string name); |