summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/lib/lib.h
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-11 15:58:15 +0000
committerjoerg <joerg>2008-08-11 15:58:15 +0000
commit01804cf20a0d6597bc74ea1fe8318ddc68ecd1cb (patch)
tree1af0634e4a0d07f81c699efb987fa6e8a1036a48 /pkgtools/pkg_install/files/lib/lib.h
parent0db91763add9cc4b021602be56c9d40cbe843cfb (diff)
downloadpkgsrc-01804cf20a0d6597bc74ea1fe8318ddc68ecd1cb.tar.gz
pkg_create actually does want to mess with the plist before reading it,
so introduce append_plist to give the old behavior and unbreak pkg_create.
Diffstat (limited to 'pkgtools/pkg_install/files/lib/lib.h')
-rw-r--r--pkgtools/pkg_install/files/lib/lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/files/lib/lib.h b/pkgtools/pkg_install/files/lib/lib.h
index 48f4979c7f2..eca555493df 100644
--- a/pkgtools/pkg_install/files/lib/lib.h
+++ b/pkgtools/pkg_install/files/lib/lib.h
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.42.2.13 2008/08/05 22:56:24 joerg Exp $ */
+/* $NetBSD: lib.h,v 1.42.2.14 2008/08/11 15:58:15 joerg Exp $ */
/* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
@@ -337,6 +337,7 @@ void write_plist(package_t *, FILE *, char *);
void stringify_plist(package_t *, char **, size_t *, const char *);
void parse_plist(package_t *, const char *);
void read_plist(package_t *, FILE *);
+void append_plist(package_t *, FILE *);
int delete_package(Boolean, Boolean, package_t *, Boolean, const char *);
/* Package Database */