Files
xsrc/xfree/xc/programs/lbxproxy/include/stream.h

16 lines
433 B
C

/* $XFree86: xc/programs/lbxproxy/include/stream.h,v 1.1 2004/04/03 22:38:54 tsi Exp $ */
#ifndef _STREAM_H_
#define _STREAM_H_
/* from lbx_zlib.c */
extern unsigned long stream_out_compressed;
extern unsigned long stream_out_uncompressed;
extern unsigned long stream_out_plain;
extern unsigned long stream_in_compressed;
extern unsigned long stream_in_uncompressed;
extern unsigned long stream_in_plain;
#endif /* _STREAM_H_ */