diff options
| author | hubertf <hubertf@NetBSD.org> | 1997-10-16 00:31:32 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 1997-10-16 00:31:32 +0000 |
| commit | d0245e3952ee6e22ffeffe67e2c7dbf2ae7d93ed (patch) | |
| tree | 287265b6040901fa5e180bad2048c0160cca569c /usr.sbin/pkg_install/lib/lib.h | |
| parent | bc6479768b704b0477d2f52afcd91dc620e0a6a7 (diff) | |
First cut on importing pkg_install as of FreeBSD 971013:
- warn()/err() instead of whinge()/barf()
- Update RCS Id strings
- Update manpages (mostly)
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
| -rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index c990da557e3..9d0cf395ee6 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,6 +1,6 @@ -/* $NetBSD: lib.h,v 1.2 1997/06/05 12:59:50 agc Exp $ */ +/* $NetBSD: lib.h,v 1.3 1997/10/16 00:32:22 hubertf Exp $ */ -/* from FreeBSD Id: lib.h,v 1.24 1997/02/22 16:09:49 peter Exp */ +/* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */ /* * FreeBSD install - a package for the installation and maintainance @@ -167,7 +167,6 @@ int plist_cmd(char *, char **); int delete_package(Boolean, Boolean, Package *); /* For all */ -void usage(const char *, const char *, ...); int pkg_perform(char **); /* Externs */ |
