/* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. */ #ifndef __CEXTRACT__ #ifdef __STDC__ extern int TtaGetThotColor ( unsigned short red, unsigned short green, unsigned short blue ); extern void TtaGiveRGB ( char *colname, unsigned short *red, unsigned short *green, unsigned short *blue ); extern boolean ShowReference ( void ); extern boolean ShowReadOnly ( void ); extern void ThotInitDisplay ( char *name, int dx, int dy ); extern void InitDocContexts ( void ); extern void SelectionEvents ( void *ev ); #else /* __STDC__ */ extern int TtaGetThotColor (/* unsigned short red, unsigned short green, unsigned short blue */); extern void TtaGiveRGB (/* char *colname, unsigned short *red, unsigned short *green, unsigned short *blue */); extern boolean ShowReference (/* void */); extern boolean ShowReadOnly (/* void */); extern void ThotInitDisplay (/* char *name, int dx, int dy */); extern void InitDocContexts (/* void */); extern void SelectionEvents (/* void *ev */); #endif /* __STDC__ */ #endif /* __CEXTRACT__ */