summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/util.h
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-17 22:32:29 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-17 22:32:29 +0000
commit4937b79d098318d18bd4fc881b87c3ecf5b29f11 (patch)
tree68f938d6e73e6d54bcb3a5c1d979aaecb07c13b7 /gnu/usr.bin/patch/util.h
parentc0eea35fcb69f9aa3ef813824c730cdb9d9deda9 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/util.h')
-rw-r--r--gnu/usr.bin/patch/util.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/usr.bin/patch/util.h b/gnu/usr.bin/patch/util.h
index c56b4c304004..5bb36105d53b 100644
--- a/gnu/usr.bin/patch/util.h
+++ b/gnu/usr.bin/patch/util.h
@@ -1,9 +1,6 @@
-/* $Header: /home/ncvs/src/gnu/usr.bin/patch/util.h,v 1.1.1.1 1993/06/19 14:21:52 paul Exp $
- *
- * $Log: util.h,v $
- * Revision 1.1.1.1 1993/06/19 14:21:52 paul
- * b-maked patch-2.10
+/* $Header: /home/ncvs/src/gnu/usr.bin/patch/util.h,v 1.2 1995/05/30 05:02:38 rgrimes Exp $
*
+ * Log: util.h,v
* Revision 2.0 86/09/17 15:40:06 lwall
* Baseline for netwide release.
*
@@ -83,7 +80,7 @@ void copy_file();
void say();
void fatal();
void pfatal();
-void ask();
+int ask();
char *savestr();
void set_signals();
void ignore_signals();