1/* inputting files to be patched */
2
3/* $Id: inp.h 8008 2004-06-16 21:22:10Z korli $ */
4
5XTERN LINENUM input_lines;		/* how long is input file in lines */
6
7char const *ifetch PARAMS ((LINENUM, int, size_t *));
8void get_input_file PARAMS ((char const *, char const *));
9void re_input PARAMS ((void));
10void scan_input PARAMS ((char *));
11