diff options
author | 2003-07-21 14:00:41 +0000 | |
---|---|---|
committer | 2003-07-21 14:00:41 +0000 | |
commit | be55ebd7ba817e67a64bf6f3d60771435f883019 (patch) | |
tree | 1790c936e78fcdd78b60a018dab8813c573a92e9 /usr.bin/patch/util.h | |
parent | turn a list into a display and remove some .br's; (diff) | |
download | wireguard-openbsd-be55ebd7ba817e67a64bf6f3d60771435f883019.tar.xz wireguard-openbsd-be55ebd7ba817e67a64bf6f3d60771435f883019.zip |
knf and other cleanup; ok otto
Diffstat (limited to 'usr.bin/patch/util.h')
-rw-r--r-- | usr.bin/patch/util.h | 28 |
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); |