diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 18:33:55 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-20 18:33:55 +0000 |
| commit | a9ef0b29043a81d821683bc523433255d0166e37 (patch) | |
| tree | dba527c7f22937fd67058464959dfb7d8498f44d /usr.sbin/pkg_install/lib/lib.h | |
| parent | d7e74838d64c3c5254f4c08a6481fd2bcb920b77 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
| -rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index 2dafbc60b7d9..95ac9a1a034d 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $Id: lib.h,v 1.19 1995/10/25 15:38:34 jkh Exp $ */ +/* $Id: lib.h,v 1.20 1996/06/08 00:46:32 alex Exp $ */ /* * FreeBSD install - a package for the installation and maintainance @@ -123,6 +123,8 @@ char *strconcat(char *, char *); /* File */ Boolean fexists(char *); Boolean isdir(char *); +Boolean isemptydir(char *fname); +Boolean isemptyfile(char *fname); Boolean isfile(char *); Boolean isempty(char *); Boolean isURL(char *); @@ -156,6 +158,7 @@ void mark_plist(Package *); void csum_plist_entry(char *, PackingList); void add_plist(Package *, plist_t, char *); void add_plist_top(Package *, plist_t, char *); +void delete_plist(Package *pkg, Boolean all, plist_t type, char *name); void write_plist(Package *, FILE *); void read_plist(Package *, FILE *); int plist_cmd(char *, char **); |
