c_wvsfree - Free all of the WVS line data structures

SYNTAX

FUNCTION c_wvsfree(wvs_vector)

    struct WVS_VECTOR	*wvs_vector;

wvs_vector (struct WVS_VECTOR *, input)

World Vector Shoreline (WVS) coverage structure to be freed.

DESCRIPTION

c_wvsfree() frees the points for each line and the line structures within the WVS vector structure.

RETURN VALUE

c_wvsfree() has no return value.