
S32 shape_add_fillstyle(SHAPE *shp, FILLSTYLE *style);
S32 shape_add_linestyle(SHAPE *shp, LINESTYLE *style);
S32 shape_add_record(SHAPE *shape, SHAPERECORD *rec);
S32 shape_create(SHAPE **shp);
S32 shape_write(SHAPE *shape);
