summaryrefslogtreecommitdiff
path: root/info/tilde.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2013-09-26 23:06:02 +0000
committer <>2015-02-03 11:56:22 +0000
commite0b511b834f3529395df67126a7314097c2cf97e (patch)
tree89945ae53183ab2acdc61659c8b0b3e57e4a1f3a /info/tilde.h
parent2d8ae7b161658c4a589172db0072fc99f76fa979 (diff)
downloadtexinfo-tarball-e0b511b834f3529395df67126a7314097c2cf97e.tar.gz
Imported from /home/lorry/working-area/delta_texinfo-tarball/texinfo-5.2.tar.xz.HEADtexinfo-5.2master
Diffstat (limited to 'info/tilde.h')
-rw-r--r--info/tilde.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/info/tilde.h b/info/tilde.h
index 4287cb5..53b2a2f 100644
--- a/info/tilde.h
+++ b/info/tilde.h
@@ -1,10 +1,7 @@
-/* tilde.h: Externally available variables and function in libtilde.a.
- $Id: tilde.h,v 1.6 2007/07/01 21:20:31 karl Exp $
+/* tilde.h: tilde expansion.
+ $Id: tilde.h 5337 2013-08-22 17:54:06Z karl $
- This file has appeared in prior works by the Free Software Foundation;
- thus it carries copyright dates from 1988 through 1993.
-
- Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 2004, 2007
+ Copyright 1988, 1989, 1990, 1991, 1992, 1993, 2004, 2007, 2013
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
@@ -20,7 +17,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
- Written by Brian Fox (bfox@ai.mit.edu). */
+ Originally written by Brian Fox (for bash). */
#ifndef TILDE_H
#define TILDE_H
@@ -48,6 +45,6 @@ extern char *tilde_expand (char *string);
/* Do the work of tilde expansion on FILENAME. FILENAME starts with a
tilde. If there is no expansion, call tilde_expansion_failure_hook. */
-extern char *tilde_expand_word (char *filename);
+extern char *tilde_expand_word (const char *filename);
#endif /* not TILDE_H */