diff options
author | 2001-06-10 02:44:42 +0000 | |
---|---|---|
committer | 2001-06-10 02:44:42 +0000 | |
commit | fae57ab076dccc5fa3d1f3beba9d9e2a21ca3120 (patch) | |
tree | 6b7e4f4a78a72521be25023a8c07bbf697fb81e3 /lib/libutil/util.h | |
parent | check authorized_keys2 too; adm-sclark@gateway.wired2000.net (diff) | |
download | wireguard-openbsd-fae57ab076dccc5fa3d1f3beba9d9e2a21ca3120.tar.xz wireguard-openbsd-fae57ab076dccc5fa3d1f3beba9d9e2a21ca3120.zip |
proto; S@mSmith.net
Diffstat (limited to 'lib/libutil/util.h')
-rw-r--r-- | lib/libutil/util.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libutil/util.h b/lib/libutil/util.h index 070c0230d22..7398ae0ba55 100644 --- a/lib/libutil/util.h +++ b/lib/libutil/util.h @@ -1,4 +1,4 @@ -/* $OpenBSD: util.h,v 1.12 2000/11/26 01:27:19 millert Exp $ */ +/* $OpenBSD: util.h,v 1.13 2001/06/10 02:44:42 deraadt Exp $ */ /* $NetBSD: util.h,v 1.2 1996/05/16 07:00:22 thorpej Exp $ */ /*- @@ -82,7 +82,9 @@ void pw_getconf __P((char *, size_t, const char *, const char *)); int pw_scan __P((char *, struct passwd *, int *)); void pw_error __P((const char *, int, int)); int openpty __P((int *, int *, char *, struct termios *, - struct winsize *)); + struct winsize *)); +int opendisk __P((const char *path, int flags, char *buf, size_t buflen, + int iscooked)); pid_t forkpty __P((int *, char *, struct termios *, struct winsize *)); int getmaxpartitions __P((void)); int getrawpartition __P((void)); |