aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-16 17:16:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-16 17:16:51 +0000
commit79af7eafa8aca94dba0e792b27349453804a3576 (patch)
treee8ebee7bb42150ce34c5d27002854ff57eee1ced /usr.sbin/pkg_install/lib/lib.h
parent22b8189d6782d83e0f9d9ea1855c655d52f4bdc5 (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 5d16f5625f97..a0de2a459bc9 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.24 1997/02/22 16:09:49 peter Exp $ */
+/* $Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -108,7 +108,7 @@ int vsystem(const char *, ...);
void cleanup(int);
char *make_playpen(char *, size_t);
char *where_playpen(void);
-void leave_playpen(char *);
+void leave_playpen(void);
off_t min_free(char *);
/* String */