Revision 11119,
898 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r11118,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[11118] | 1 | /* reading patches */ |
---|
[9068] | 2 | |
---|
[11118] | 3 | /* $Id: pch.h,v 1.1.1.2 1998-02-12 21:43:22 ghudson Exp $ */ |
---|
[9068] | 4 | |
---|
[11118] | 5 | LINENUM pch_end PARAMS ((void)); |
---|
| 6 | LINENUM pch_first PARAMS ((void)); |
---|
| 7 | LINENUM pch_hunk_beg PARAMS ((void)); |
---|
| 8 | LINENUM pch_newfirst PARAMS ((void)); |
---|
| 9 | LINENUM pch_prefix_context PARAMS ((void)); |
---|
| 10 | LINENUM pch_ptrn_lines PARAMS ((void)); |
---|
| 11 | LINENUM pch_repl_lines PARAMS ((void)); |
---|
| 12 | LINENUM pch_suffix_context PARAMS ((void)); |
---|
| 13 | bool pch_swap PARAMS ((void)); |
---|
| 14 | bool pch_write_line PARAMS ((LINENUM, FILE *)); |
---|
| 15 | bool there_is_another_patch PARAMS ((void)); |
---|
| 16 | char *pfetch PARAMS ((LINENUM)); |
---|
| 17 | char pch_char PARAMS ((LINENUM)); |
---|
| 18 | int another_hunk PARAMS ((enum diff, int)); |
---|
| 19 | int pch_says_nonexistent PARAMS ((int)); |
---|
| 20 | size_t pch_line_len PARAMS ((LINENUM)); |
---|
| 21 | time_t pch_timestamp PARAMS ((int)); |
---|
| 22 | void do_ed_script PARAMS ((FILE *)); |
---|
| 23 | void open_patch_file PARAMS ((char const *)); |
---|
| 24 | void re_patch PARAMS ((void)); |
---|
| 25 | void set_hunkmax PARAMS ((void)); |
---|
Note: See
TracBrowser
for help on using the repository browser.