#ifndef __BOUNDARY_F_H__ #define __BOUNDARY_F_H__ typedef struct _BoundSeg BoundSeg; typedef enum { WithinBounds, IgnoreBounds } BoundaryType; #endif