diff options
| author | wiz <wiz@NetBSD.org> | 2001-04-06 16:24:25 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-04-06 16:24:25 +0000 |
| commit | 08b35fec91f669fc30cc3feb22256d27bfd2d751 (patch) | |
| tree | 7e071ffe8ce8dc51e8d838b9c05c2d86c90ee72b /include | |
| parent | 0e9cec3b66d82509632a94552cc39ab370315670 (diff) | |
add getbootfile(3)
Diffstat (limited to 'include')
| -rw-r--r-- | include/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index baac555891d..dcb4af707be 100644 --- a/include/util.h +++ b/include/util.h @@ -1,4 +1,4 @@ -/* $NetBSD: util.h,v 1.19 2000/12/06 13:47:10 tron Exp $ */ +/* $NetBSD: util.h,v 1.20 2001/04/06 16:24:25 wiz Exp $ */ /*- * Copyright (c) 1995 @@ -62,6 +62,7 @@ struct winsize; pid_t forkpty(int *, char *, struct termios *, struct winsize *); char *fparseln(FILE *, size_t *, size_t *, const char[3], int); +const char *getbootfile(void); int getmaxpartitions(void); int getrawpartition(void); void login(const struct utmp *); |
