diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-08 07:48:21 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-10-08 07:48:21 +0000 |
| commit | 6fed414929a595c4f33ab6c19535307ff4b9b787 (patch) | |
| tree | 7bcf1819b90d1844ff07ddc14881ba7e2f0d94cb /usr.sbin/pkg_install/create/create.h | |
| parent | 4586e1abc5b800ef9a7c314189e3f5abea90d12d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create/create.h')
| -rw-r--r-- | usr.sbin/pkg_install/create/create.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/create/create.h b/usr.sbin/pkg_install/create/create.h index b9348d95a1f2..eab822a371e9 100644 --- a/usr.sbin/pkg_install/create/create.h +++ b/usr.sbin/pkg_install/create/create.h @@ -1,4 +1,4 @@ -/* $Id: create.h,v 1.11 1997/02/22 16:09:24 peter Exp $ */ +/* $Id: create.h,v 1.12 1997/06/06 12:19:11 jkh Exp $ */ /* * FreeBSD install - a package for the installation and maintainance @@ -40,7 +40,6 @@ extern int Dereference; extern int PlistOnly; void check_list(char *, Package *); -void usage(const char *, const char *, ...); int pkg_perform(char **); void copy_plist(char *, Package *); |
