summaryrefslogtreecommitdiff
path: root/usr.bin/patch/util.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-22 17:21:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-22 17:21:08 +0000
commit4d8dd2a1815b10c754097ab0f4f0e37207447156 (patch)
tree1dcede1317b44914fb8b302d3d89f6caee4a5207 /usr.bin/patch/util.h
parent9deb38846837fde4e6ee6c35f4f0e0159f46c2b1 (diff)
nicer
Diffstat (limited to 'usr.bin/patch/util.h')
-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);