From owner-freebsd-questions Sun Dec 16 7:18: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web10102.mail.yahoo.com (web10102.mail.yahoo.com [216.136.130.52]) by hub.freebsd.org (Postfix) with SMTP id 455C237B41A for ; Sun, 16 Dec 2001 07:18:00 -0800 (PST) Message-ID: <20011216151800.17921.qmail@web10102.mail.yahoo.com> Received: from [213.29.11.17] by web10102.mail.yahoo.com via HTTP; Sun, 16 Dec 2001 07:18:00 PST Date: Sun, 16 Dec 2001 07:18:00 -0800 (PST) From: soheil hyeganeh Subject: where is the implementation of compress() in /usr/src/sys/net/zlib.h To: freebsd-questions@freebsd.org Cc: freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi where is the implementation of the compress (Bytef *, long *, Bytef *, long) that it's interface is in /usr/src/sys/net/zlib.h it is not in the /usr/src/sys/net/zlib.c but we can use the standard zlib.h lib by cc -lz i want to know how i can use the compress func. in the kernel source code < ip_output.c > i inlude the but there is no imp. for the compress func. thanx __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message