diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-10 02:44:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-06-10 02:44:43 +0000 |
commit | 05b8fc32c31d1d6c894d60bb07e769e2129a4cb0 (patch) | |
tree | 4421af05ebd1ff928a58d5bc4d715591def6c009 /lib/libutil/util.h | |
parent | 69c1743c2663afd1b1cde517023fb8e3d061c44f (diff) |
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)); |