Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/12/1996 19:40:02
gwr
Thu Sep 12 12:33:55 PDT 1996
Update of /cvsroot/src/lib/libz
In directory netbsd1:/var/slash-tmp/cvs-serv22385

Modified Files:
	zconf.h zlib.h 
Added Files:
	Makefile 
Log Message:
Separate interface from implementation so that zlib.h can be
included without the other, private header files.  Only zlib.h
should be installed in /usr/include; all others are private.
The Makefile has a "test" rule to verify that minigzip.c can
be compiled using only zlib.h (and that it actually works).
Note: This file has extensive modifications.