~ubuntu-branches/ubuntu/maverick/texinfo/maverick

« back to all changes in this revision

Viewing changes to info/tilde.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2005-10-28 15:10:30 UTC
  • mto: (2.1.1 dapper) (3.1.4 hardy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051028151030-9nsf2s2k2z3fktjt
Tags: upstream-4.8
ImportĀ upstreamĀ versionĀ 4.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* tilde.h: Externally available variables and function in libtilde.a. */
2
 
 
3
 
/* This file is part of GNU Info, a program for reading online documentation
4
 
   stored in Info format.
 
1
/* tilde.h: Externally available variables and function in libtilde.a.
 
2
   $Id: tilde.h,v 1.3 2004/04/11 17:56:46 karl Exp $
5
3
 
6
4
   This file has appeared in prior works by the Free Software Foundation;
7
5
   thus it carries copyright dates from 1988 through 1993.
8
6
 
9
 
   Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993 Free Software
 
7
   Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 2004 Free Software
10
8
   Foundation, Inc.
11
9
 
12
10
   This program is free software; you can redistribute it and/or modify
47
45
extern char **tilde_additional_suffixes;
48
46
 
49
47
/* Return a new string which is the result of tilde expanding STRING. */
50
 
extern char *tilde_expand ();
 
48
extern char *tilde_expand (char *string);
51
49
 
52
50
/* Do the work of tilde expansion on FILENAME.  FILENAME starts with a
53
51
   tilde.  If there is no expansion, call tilde_expansion_failure_hook. */
54
 
extern char *tilde_expand_word ();
 
52
extern char *tilde_expand_word (char *filename);
55
53
 
56
54
#endif /* not TILDE_H */