summaryrefslogtreecommitdiff
path: root/inp.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-17 21:46:21 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-17 21:46:21 +0100
commite930d168adfce7a64caf4852892f43deacd94fc5 (patch)
tree8333fef12f8a0fc9bd7ff1bacd24a008020e6c41 /inp.h
parentaa0d4dd83795826383431d0892444827bf656687 (diff)
downloadpatch-e930d168adfce7a64caf4852892f43deacd94fc5.tar.gz
Import of patch-2.5.9.tar.gzv2.5.9
Diffstat (limited to 'inp.h')
-rw-r--r--inp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/inp.h b/inp.h
index a26b57e..6f3e812 100644
--- a/inp.h
+++ b/inp.h
@@ -1,10 +1,10 @@
/* inputting files to be patched */
-/* $Id: inp.h,v 1.6 2002/05/28 07:12:03 eggert Exp $ */
+/* $Id: inp.h,v 1.7 2003/05/20 14:05:22 eggert Exp $ */
/* Copyright (C) 1986, 1988 Larry Wall
- Copyright (C) 1991, 1992, 1993, 1997, 1998, 1999, 2002 Free
- Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1993, 1997, 1998, 1999, 2002, 2003
+ Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
XTERN LINENUM input_lines; /* how long is input file in lines */
-char const *ifetch (LINENUM, int, size_t *);
+char const *ifetch (LINENUM, bool, size_t *);
void get_input_file (char const *, char const *);
void re_input (void);
void scan_input (char *);