Browse Source

proto; S@mSmith.net

OPENBSD_3_0
deraadt 23 years ago
parent
commit
0833f36618
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/lib/libutil/util.h

+ 4
- 2
src/lib/libutil/util.h View File

@ -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));


Loading…
Cancel
Save