summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 7a349d18b69..1b66ad12da4 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lib.h,v 1.7 2001/04/02 10:13:40 espie Exp $ */
+/* $OpenBSD: lib.h,v 1.8 2001/04/08 16:45:47 espie Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -205,6 +205,10 @@ int delete_package(Boolean, Boolean, package_t *);
/* For all */
int pkg_perform(char **);
+
+void set_pkg(const char *);
+void pwarnx(const char *, ...);
+
/* Externs */
extern Boolean Verbose;
extern Boolean Fake;