/* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. */ #ifndef __CEXTRACT__ #ifdef __STDC__ extern void AP_ClosePluginDriver ( void ); extern void Ap_InitImage ( void ); extern void Ap_DrawPicture ( PtrBox box, PictInfo* imageDesc, int xif, int yif ); extern Drawable Ap_ProducePicture ( int frame, PictInfo* imageDesc, char* fileName ); extern void Ap_ProducePostscript ( char* fileName, PictureScaling pres, int xif, int yif, int wif, int hif, int xcf, int ycf, int wcf, int hcf, int fd, unsigned int BackGroundPixel ); extern boolean Ap_MatchFormat ( char* fileName ); extern int InitPluginHandlers ( boolean printing, int indexHandler ); extern void PluginLoadResources ( void ); #else /* __STDC__ */ extern void AP_ClosePluginDriver (/* void */); extern void Ap_InitImage (/* void */); extern void Ap_DrawPicture (/* PictInfo* imageDesc, int xif, int yif */); extern Drawable Ap_ProducePicture (/* int frame, PictInfo* imageDesc, char* fileName */); extern void Ap_ProducePostscript (/* char* fileName, PictureScaling pres, int xif, int yif, int wif, int hif, int xcf, int ycf, int wcf, int hcf, int fd, unsigned int BackGroundPixel */); extern boolean Ap_MatchFormat (/* char* fileName */); extern int InitPluginHandlers (/* boolean printing, int indexHandler */); extern void PluginLoadResources (/* void */); #endif /* __STDC__ */ #endif /* __CEXTRACT__ */