/******************************************************************************
* Poly_cln.c - Clean polygonal data.					      *
*******************************************************************************
* Written by Gershon Elber, June 1993.					      *
******************************************************************************/

#ifndef POLY_CLN_H
#define POLY_CLN_H

void CleanUpPolygonList(IPPolygonStruct **PPolygons);
void CleanUpPolylineList(IPPolygonStruct **PPolylines);

#endif /* POLY_CLN_H */
