summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/patch/util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/patch/util.h b/usr.bin/patch/util.h
index 4f0d42c10cd..17e7747c5a8 100644
--- a/usr.bin/patch/util.h
+++ b/usr.bin/patch/util.h
@@ -1,15 +1,15 @@
-/* $OpenBSD: util.h,v 1.7 2003/07/22 17:18:49 otto Exp $ */
+/* $OpenBSD: util.h,v 1.8 2003/07/22 17:21:07 deraadt Exp $ */
char *fetchname(char *, int, int);
int move_file(char *, char *);
void copy_file(char *, char *);
void say(char *, ...);
void fatal(char *, ...)
- __attribute__((__format__(__printf__, 1, 2)));
+ __attribute__((__format__(__printf__, 1, 2)));
void pfatal(char *, ...)
- __attribute__((__format__(__printf__, 1, 2)));
+ __attribute__((__format__(__printf__, 1, 2)));
void ask(char *, ...)
- __attribute__((__format__(__printf__, 1, 2)));
+ __attribute__((__format__(__printf__, 1, 2)));
char *savestr(char *);
void set_signals(int);
void ignore_signals(void);