summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-08-11 20:55:42 +0000
committerbillf <billf@FreeBSD.org>1999-08-11 20:55:42 +0000
commita66efa8a50ef6e86cfd5a817c3a780eb7aabcb6f (patch)
treeda1f219cf87766dbc52ec8825d8c42d04d25af94 /usr.sbin/pkg_install/lib/lib.h
parentd19c9420bdbe3994d009eae3c7fd581d485f3917 (diff)
downloadFreeBSD-src-a66efa8a50ef6e86cfd5a817c3a780eb7aabcb6f.zip
FreeBSD-src-a66efa8a50ef6e86cfd5a817c3a780eb7aabcb6f.tar.gz
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
missing prototypes, and empty format strings.
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 595b2a1..f4d839c 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.26 1998/02/16 17:16:47 jkh Exp $ */
+/* $Id: lib.h,v 1.27 1998/12/16 13:59:31 jkh Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -165,6 +165,7 @@ void write_plist(Package *, FILE *);
void read_plist(Package *, FILE *);
int plist_cmd(char *, char **);
int delete_package(Boolean, Boolean, Package *);
+Boolean make_preserve_name(char *, int, char *, char *);
/* For all */
int pkg_perform(char **);
OpenPOWER on IntegriCloud