diff options
author | marius <marius@FreeBSD.org> | 2004-04-30 20:33:08 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2004-04-30 20:33:08 +0000 |
commit | 9fc948cd79a9d70e00c23f1b95ec9da3dc4f7852 (patch) | |
tree | 03e30298ca0e732e53f45971a881ba527ebfad7b /contrib/patch/pch.h | |
parent | 54564c74e31dd64140489ef3c4c566d7b7385011 (diff) | |
download | FreeBSD-src-9fc948cd79a9d70e00c23f1b95ec9da3dc4f7852.zip FreeBSD-src-9fc948cd79a9d70e00c23f1b95ec9da3dc4f7852.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r128777,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/patch/pch.h')
-rw-r--r-- | contrib/patch/pch.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/patch/pch.h b/contrib/patch/pch.h deleted file mode 100644 index 2a4c3c0..0000000 --- a/contrib/patch/pch.h +++ /dev/null @@ -1,25 +0,0 @@ -/* 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)); |