diff options
| author | hubertf <hubertf@NetBSD.org> | 1999-03-22 05:02:39 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 1999-03-22 05:02:39 +0000 |
| commit | 04417da1663ee41a9933b1e6bdb0efa1f8896470 (patch) | |
| tree | 4ee9164b79dff77224ff535089e2be208c0e207d /usr.sbin/pkg_install/create/create.h | |
| parent | 6c70403fe8d4617944779e3d9dc3ffd2985dd131 (diff) | |
Replace static array of packages given to pkg_perform() with linear
list, using chopss' list functions (moved to lib/lpkg.c and
lib/lib.h).
Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and
"pkg_admin check".
Some other minor cleanups.
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 6d3b21aa2bb..3d2e26757cb 100644 --- a/usr.sbin/pkg_install/create/create.h +++ b/usr.sbin/pkg_install/create/create.h @@ -1,4 +1,4 @@ -/* $NetBSD: create.h,v 1.10 1999/01/19 17:01:59 hubertf Exp $ */ +/* $NetBSD: create.h,v 1.11 1999/03/22 05:02:40 hubertf Exp $ */ /* from FreeBSD Id: create.h,v 1.13 1997/10/08 07:46:19 charnier Exp */ @@ -48,7 +48,6 @@ extern int RelativeLinks; extern int ReorderDirs; void check_list(char *, package_t *, const char *); -int pkg_perform(char **); void copy_plist(char *, package_t *); #endif /* _INST_CREATE_H_INCLUDE */ |
