diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-23 21:33:57 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-10-23 21:33:57 +0000 |
| commit | 7a880ea19011d30f1883b0cf989db10ed312dcde (patch) | |
| tree | 501ffd9e77e6537a9304116acdbd0d346f0085e9 /usr.sbin/lsdev/lsdev.h | |
| parent | 2f86936a077e531bc6fed8688d33030ae28ea45a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/lsdev/lsdev.h')
| -rw-r--r-- | usr.sbin/lsdev/lsdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lsdev/lsdev.h b/usr.sbin/lsdev/lsdev.h index 1ea3910f31de..acf0d34df004 100644 --- a/usr.sbin/lsdev/lsdev.h +++ b/usr.sbin/lsdev/lsdev.h @@ -10,7 +10,8 @@ #include <sys/devconf.h> extern const char *const devtypes[]; /* device type array */ -extern void print(struct devconf *); /* machine-specific print routine */ +extern void print_config(struct devconf *); /* machine-specific print routine */ +extern void hprint_config(void); /* machine-specific header printer */ extern int vflag; extern int findtype(const char *); /* get device type by name */ |
