1 /* $Header: pch.h,v 2.0.1.1 87/01/30 22:47:16 lwall Exp $
4 * Revision 2.0.1.1 87/01/30 22:47:16 lwall
5 * Added do_ed_script().
7 * Revision 2.0 86/09/17 15:39:57 lwall
8 * Baseline for netwide release.
12 EXT FILE *pfp INIT(Nullfp); /* patch file pointer */
15 void open_patch_file();
18 bool there_is_another_patch();
19 int intuit_diff_type();
20 void next_intuit_at();
27 LINENUM pch_ptrn_lines();
28 LINENUM pch_newfirst();
29 LINENUM pch_repl_lines();
31 LINENUM pch_context();
32 LINENUM pch_hunk_beg();