NAME

replseg - replace endpoints of a segment definition

SYNOPSIS

#include "wiodef.h"
short replseg (WVFILE *wfp, char *segnam, long begbyt, long endbyt)

DESCRIPTION

replseg() finds segnam definition and inserts new endpoints.

RETURN VALUES

Upon success, 0 is returned. If segment isn't found, -1 is returned and -2 is returned for any other error.

SEE ALSO

addseg(), delseg(),
Libcwav library

AUTHOR

Shirley Peters