summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-12 15:15:17 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-12 15:15:17 +0100
commit6263c220df2b94ae8156c378dc5161779d894297 (patch)
tree52d1c3fd61d567edd0d9eab977f1acc44a7d754d /pch.h
parent1adb4535a31d825f10a5bd1ef10b52a7425073bd (diff)
downloadpatch-6263c220df2b94ae8156c378dc5161779d894297.tar.gz
Import of patch-2.4.tar.gzv2.4
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pch.h b/pch.h
index 947e1c3..2a4c3c0 100644
--- a/pch.h
+++ b/pch.h
@@ -1,6 +1,6 @@
/* reading patches */
-/* $Id: pch.h,v 1.7 1997/05/19 06:52:03 eggert Exp $ */
+/* $Id: pch.h,v 1.8 1997/06/13 06:28:37 eggert Exp $ */
LINENUM pch_end PARAMS ((void));
LINENUM pch_first PARAMS ((void));
@@ -18,6 +18,7 @@ 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));