summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/absolute.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
committerKarl Berry <karl@freefriends.org>2009-12-03 00:42:10 +0000
commit67257c18c27c5265b15a55ad61d45da410f2f104 (patch)
treecda7ad04d5508d318053deda2922c990892023d2 /Build/source/texk/kpathsea/absolute.h
parent7bc782074dd7cba33ad218494c3693c66a33037d (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/absolute.h')
-rw-r--r--Build/source/texk/kpathsea/absolute.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/absolute.h b/Build/source/texk/kpathsea/absolute.h
index 85c07a15fca..cce71dc6e20 100644
--- a/Build/source/texk/kpathsea/absolute.h
+++ b/Build/source/texk/kpathsea/absolute.h
@@ -1,6 +1,6 @@
/* absolute.h: declare absolute filename predicate.
- Copyright 1993, 1994, 2008 Karl Berry.
+ Copyright 1993, 1994, 2008, 2009 Karl Berry.
Copyright 1999, 2005 Olaf Weber.
This library is free software; you can redistribute it and/or
@@ -26,10 +26,12 @@
/* True if FILENAME is absolute (/foo) or, if RELATIVE_OK is true,
explicitly relative (./foo, ../foo), else false (foo). */
-extern KPSEDLL boolean kpathsea_absolute_p (kpathsea kpse, const_string filename, boolean relative_ok);
+extern KPSEDLL boolean kpathsea_absolute_p (kpathsea kpse,
+ const_string filename, boolean relative_ok);
#if defined(KPSE_COMPAT_API)
-extern KPSEDLL boolean kpse_absolute_p (const_string filename, boolean relative_ok);
+extern KPSEDLL boolean kpse_absolute_p (const_string filename,
+ boolean relative_ok);
#endif
#endif /* not KPATHSEA_ABSOLUTE_H */