summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/info.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-25 01:22:42 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-25 01:22:42 +0000
commit9f3806fb6f61fc31b357cf5a4721aef05301c10d (patch)
tree4d971f25cab9b5e2cce6f5b3ea104c100fda1934 /usr.sbin/pkg_install/info/info.h
parenteac1a8cd12e605ca9f257990dfc4904d06d7bfc3 (diff)
downloadFreeBSD-src-9f3806fb6f61fc31b357cf5a4721aef05301c10d.zip
FreeBSD-src-9f3806fb6f61fc31b357cf5a4721aef05301c10d.tar.gz
- Add the 'b' option which causes BLOCKSIZE to be hornored when
the 'q' or 'Q' options are present. - Document BLOCKSIZE.
Diffstat (limited to 'usr.sbin/pkg_install/info/info.h')
-rw-r--r--usr.sbin/pkg_install/info/info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/info/info.h b/usr.sbin/pkg_install/info/info.h
index c2d5eed..21563ca 100644
--- a/usr.sbin/pkg_install/info/info.h
+++ b/usr.sbin/pkg_install/info/info.h
@@ -62,6 +62,7 @@ TAILQ_HEAD(which_head, which_entry);
extern int Flags;
extern Boolean Quiet;
extern Boolean QUIET;
+extern Boolean UseBlkSz;
extern char *InfoPrefix;
extern char PlayPen[];
extern char *CheckPkg;
OpenPOWER on IntegriCloud