summaryrefslogtreecommitdiffstats
path: root/usr.bin/patch/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r--usr.bin/patch/util.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h
index bfdb2ef8c7b..dfeaaad4c22 100644
--- a/usr.bin/patch/util.h
+++ b/usr.bin/patch/util.h
@@ -1,18 +1,18 @@
-/* $OpenBSD: util.h,v 1.4 2003/07/18 02:00:09 deraadt Exp $ */
+/* $OpenBSD: util.h,v 1.5 2003/07/21 14:00:41 deraadt Exp $ */
/* and for those machine that can't handle a variable argument list */
-EXT char serrbuf[BUFSIZ]; /* buffer for stderr */
+EXT char serrbuf[BUFSIZ];/* buffer for stderr */
-char *fetchname(char *, int, int);
-int move_file(char *, char *);
-void copy_file(char *, char *);
-void say(char *, ...);
-void fatal(char *, ...);
-void pfatal(char *, ...);
-void ask(char *, ...);
-char *savestr(char *);
-void set_signals(int);
-void ignore_signals(void);
-void makedirs(char *, bool);
-void version(void);
+char *fetchname(char *, int, int);
+int move_file(char *, char *);
+void copy_file(char *, char *);
+void say(char *, ...);
+void fatal(char *, ...);
+void pfatal(char *, ...);
+void ask(char *, ...);
+char *savestr(char *);
+void set_signals(int);
+void ignore_signals(void);
+void makedirs(char *, bool);
+void version(void);