diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-22 17:21:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-22 17:21:08 +0000 |
commit | 4d8dd2a1815b10c754097ab0f4f0e37207447156 (patch) | |
tree | 1dcede1317b44914fb8b302d3d89f6caee4a5207 /usr.bin/patch/util.h | |
parent | 9deb38846837fde4e6ee6c35f4f0e0159f46c2b1 (diff) |
nicer
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r-- | usr.bin/patch/util.h | 8 |
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); |