source: trunk/third/patch/pch.h @ 9069

Revision 9069, 848 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9068, which included commits to RCS files with non-trunk default branches.
Line 
1/* $Header: /afs/dev.mit.edu/source/repository/third/patch/pch.h,v 1.1.1.1 1996-10-06 21:29:01 ghudson Exp $
2 *
3 * $Log: not supported by cvs2svn $
4 * Revision 2.0.1.1  87/01/30  22:47:16  lwall
5 * Added do_ed_script().
6 *
7 * Revision 2.0  86/09/17  15:39:57  lwall
8 * Baseline for netwide release.
9 *
10 */
11
12EXT FILE *pfp INIT(Nullfp);             /* patch file pointer */
13
14void re_patch();
15void open_patch_file();
16void set_hunkmax();
17void grow_hunkmax();
18bool there_is_another_patch();
19int intuit_diff_type();
20void next_intuit_at();
21void skip_to();
22bool another_hunk();
23bool pch_swap();
24char *pfetch();
25short pch_line_len();
26LINENUM pch_first();
27LINENUM pch_ptrn_lines();
28LINENUM pch_newfirst();
29LINENUM pch_repl_lines();
30LINENUM pch_end();
31LINENUM pch_context();
32LINENUM pch_hunk_beg();
33char pch_char();
34char *pfetch();
35char *pgets();
36void do_ed_script();
Note: See TracBrowser for help on using the repository browser.