diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 15:46:40 +0300 |
commit | e5888a1ffdae813d7575f5fb02275c6bb07e5199 (patch) | |
tree | d8d51eac403f07814b9e936eed0c9a79195e2450 /sys/src/ape/cmd/patch/pch.h |
Import sources from 2011-03-30 iso image
Diffstat (limited to 'sys/src/ape/cmd/patch/pch.h')
-rwxr-xr-x | sys/src/ape/cmd/patch/pch.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/src/ape/cmd/patch/pch.h b/sys/src/ape/cmd/patch/pch.h new file mode 100755 index 000000000..2a4c3c00d --- /dev/null +++ b/sys/src/ape/cmd/patch/pch.h @@ -0,0 +1,25 @@ +/* reading patches */ + +/* $Id: pch.h,v 1.8 1997/06/13 06:28:37 eggert Exp $ */ + +LINENUM pch_end PARAMS ((void)); +LINENUM pch_first PARAMS ((void)); +LINENUM pch_hunk_beg PARAMS ((void)); +LINENUM pch_newfirst PARAMS ((void)); +LINENUM pch_prefix_context PARAMS ((void)); +LINENUM pch_ptrn_lines PARAMS ((void)); +LINENUM pch_repl_lines PARAMS ((void)); +LINENUM pch_suffix_context PARAMS ((void)); +bool pch_swap PARAMS ((void)); +bool pch_write_line PARAMS ((LINENUM, FILE *)); +bool there_is_another_patch PARAMS ((void)); +char *pfetch PARAMS ((LINENUM)); +char pch_char PARAMS ((LINENUM)); +int another_hunk PARAMS ((enum diff, int)); +int pch_says_nonexistent PARAMS ((int)); +size_t pch_line_len PARAMS ((LINENUM)); +time_t pch_timestamp PARAMS ((int)); +void do_ed_script PARAMS ((FILE *)); +void open_patch_file PARAMS ((char const *)); +void re_patch PARAMS ((void)); +void set_hunkmax PARAMS ((void)); |