diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-18 12:57:43 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-06-18 12:57:43 +0000 |
commit | f82e2b21e89539c1892dc0a9855e33e931f1d5f7 (patch) | |
tree | 17923f3c3c11ccba32be7fb4eaa72821a948a5b5 /contrib/texinfo/makeinfo/files.h | |
parent | 0eecaa8d986544d50ed18ae39db68c0f4796d09c (diff) | |
parent | c332585b532ef1a520b001560e17be60f927e08d (diff) |
This commit was generated by cvs2svn to compensate for changes in r116525,
which included commits to RCS files with non-trunk default branches.
Notes
Notes:
svn path=/head/; revision=116526
Diffstat (limited to 'contrib/texinfo/makeinfo/files.h')
-rw-r--r-- | contrib/texinfo/makeinfo/files.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/texinfo/makeinfo/files.h b/contrib/texinfo/makeinfo/files.h index e2a10691bb1e..0e1cde3abe01 100644 --- a/contrib/texinfo/makeinfo/files.h +++ b/contrib/texinfo/makeinfo/files.h @@ -1,5 +1,5 @@ /* files.h -- declarations for files.c. - $Id: files.h,v 1.1 2002/08/25 23:38:38 karl Exp $ + $Id: files.h,v 1.2 2003/03/06 14:05:30 karl Exp $ Copyright (C) 1998, 2002 Free Software Foundation, Inc. @@ -36,6 +36,7 @@ extern FSTACK *filestack; extern void pushfile (), popfile (); extern void flush_file_stack (); +extern char *get_file_info_in_path (); extern char *find_and_load (); extern char *output_name_from_input_name (); extern char *expand_filename (); |