/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1998-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* *
***********************************************************************/
#pragma prototyped
/*
* partitioned fixed record zip library interface
*/
#ifndef _PZIP_H
#include <ast.h>
#include <cdt.h>
#include <option.h>
#include <sfdcgzip.h>
#include <vmalloc.h>
#if __STDC__
#else
#endif
typedef ssize_t (*Pzconvert_f)(Pz_t*, Pzconvert_t*, const unsigned char*, unsigned char*, Pzdisc_t*);
{
};
{
};
{
};
{
};
{
};
{
/* hi frequency info */
/* lo frequency info */
/* caller defined info */
#ifdef _PZ_PART_PRIVATE_
#endif
};
{
};
{
/* workspace info */
/* caller defined info */
#ifdef _PZ_PRIVATE_
#endif
};
#if defined(__EXPORT__)
#define extern __EXPORT__
#endif
#undef extern
#if _BLD_pz && defined(__EXPORT__)
#define extern __EXPORT__
#endif
extern int pzpartition(Pz_t*, const char*);
extern int pzpartread(Pz_t*);
extern int pzheadread(Pz_t*);
#undef extern
#endif