/* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. */ #ifndef __CEXTRACT__ #ifdef __STDC__ extern int PolyLineCreation ( int frame, int x, int y, PtrTextBuffer Pbuffer, PtrTextBuffer Bbuffer ); extern void PolyLineModification ( int frame, int x, int y, PtrTextBuffer Pbuffer, PtrTextBuffer Bbuffer, int nbpoints, int point, boolean close ); extern int PolyLineExtension ( int frame, int x, int y, PtrTextBuffer Pbuffer, PtrTextBuffer Bbuffer, int nbpoints, int point, boolean close ); extern void UserGeometryCreate ( int frame, int *x, int *y, int xr, int yr, int *width, int *height, int xmin, int xmax, int ymin, int ymax, int PosX, int PosY, int DimX, int DimY ); extern void UserGeometryMove ( int frame, int *x, int *y, int width, int height, int xr, int yr, int xmin, int xmax, int ymin, int ymax, int xm, int ym ); extern void UserGeometryResize ( int frame, int x, int y, int *width, int *height, int xr, int yr, int xmin, int xmax, int ymin, int ymax, int xm, int ym ); #else /* __STDC__ */ extern int PolyLineCreation (/* int frame, int x, int y, PtrTextBuffer Pbuffer, PtrTextBuffer Bbuffer */); extern void PolyLineModification (/* int frame, int x, int y, PtrTextBuffer Pbuffer, PtrTextBuffer Bbuffer, int nbpoints, int point, boolean close */); extern int PolyLineExtension (/* int frame, int x, int y, PtrTextBuffer Pbuffer, PtrTextBuffer Bbuffer, int nbpoints, int point, boolean close */); extern void UserGeometryCreate (/* int frame, int *x, int *y, int xr, int yr, int *width, int *height, int xmin, int xmax, int ymin, int ymax, int PosX, int PosY, int DimX, int DimY */); extern void UserGeometryMove (/* int frame, int *x, int *y, int width, int height, int xr, int yr, int xmin, int xmax, int ymin, int ymax, int xm, int ym */); extern void UserGeometryResize (/* int frame, int x, int y, int *width, int *height, int xr, int yr, int xmin, int xmax, int ymin, int ymax, int xm, int ym */); #endif /* __STDC__ */ #endif /* __CEXTRACT__ */