/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 2003-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 *
* *
* Phong Vo <kpv@research.att.com> *
* *
***********************************************************************/
#include "vchdr.h"
/* Recode a chunk of data using a secondary coder.
**
** Written by Kiem-Phong Vo
*/
#if __STD_
#else
int type; /* = 0: undone is bad */
#endif
{
return 0;
/* ask follow-on coders to leave head room */
if(sz < 0) /* secondary coder failed */
return -1;
if(type == 0) /* no undone data allowed */
return -1;
}
else /* undone data ok and reflected upward */
}
return 0;
}