links to this page:
SqMOM
ZlibPlugin
The Network is The Mouse
Swiki Page List
MobVM/SmallSqueak Page Cluster
ZlibProxy
Last updated at 12:13 am UTC on 17 January 2006
From ZlibPlugin.h :
typedef struct ZlibProxy
{
struct GenericPlugin *genericPlugin ;
int (*gunzip)(char *pszSrcFileName, char *pszDstFileName) ;
int (*gzip)(char *pszSrcFileName, char *pszDstFileName, char *mode) ;
} ZlibProxy ;