summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/util.h
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-02-13 21:10:45 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-02-13 21:10:45 +0000
commit53e3a4a22cdb458ffd1ccfb09c68ab248afb7e30 (patch)
tree3913a51d4c09be4a013b66307b63291d4e50768a /gnu/usr.bin/patch/util.h
parent39191c8eb86b3eef96a047a6b4a08cd472490d28 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/util.h')
-rw-r--r--gnu/usr.bin/patch/util.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/patch/util.h b/gnu/usr.bin/patch/util.h
index c56b4c304004..4260928a1bb2 100644
--- a/gnu/usr.bin/patch/util.h
+++ b/gnu/usr.bin/patch/util.h
@@ -1,6 +1,9 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/util.h,v 1.1.1.1 1993/06/19 14:21:52 paul Exp $
+/* $Header: /usr/cvs/src/gnu/usr.bin/patch/util.h,v 1.2 1995/05/30 05:02:38 rgrimes Exp $
*
* $Log: util.h,v $
+ * Revision 1.2 1995/05/30 05:02:38 rgrimes
+ * Remove trailing whitespace.
+ *
* Revision 1.1.1.1 1993/06/19 14:21:52 paul
* b-maked patch-2.10
*
@@ -83,7 +86,7 @@ void copy_file();
void say();
void fatal();
void pfatal();
-void ask();
+int ask();
char *savestr();
void set_signals();
void ignore_signals();