diff options
Diffstat (limited to 'di/options.c')
-rw-r--r-- | di/options.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/di/options.c b/di/options.c index 1fafa94..01c037c 100644 --- a/di/options.c +++ b/di/options.c @@ -46,7 +46,7 @@ in this Software without prior written authorization from The Open Group. * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ -/* $XFree86: xc/programs/lbxproxy/di/options.c,v 1.7 2001/12/14 20:00:51 dawes Exp $ */ +/* $XFree86: xc/programs/lbxproxy/di/options.c,v 1.8 2003/09/13 21:33:10 dawes Exp $ */ #include <stdio.h> #include "X.h" @@ -472,11 +472,6 @@ OptZlibReq(server, buf) return (2); } -extern LbxStreamCompHandle ZlibInit(); -extern int ZlibStuffInput(), ZlibInputAvail(), ZlibFlush(), - ZlibRead(), ZlibWriteV(); -extern void ZlibCompressOn(), ZlibCompressOff(), ZlibFree(); - /*ARGSUSED*/ static int OptZlibReply(server, preply, replylen) |