/* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. */ #ifndef __CEXTRACT__ #ifdef __STDC__ extern void TtcInsertChar ( Document document, View view, char c ); extern void TtcInsertGraph ( Document document, View view, char c ); extern void TtcDeletePreviousChar ( Document document, View view ); extern void CloseTextInsertion ( void ); extern void CloseParagraphInsertion ( PtrAbstractBox pAb, int frame ); extern void ClearClipboard ( PtrTextBuffer clipboard ); extern void InsertChar ( int frame, unsigned char c, int keyboard ); extern void PasteXClipboard ( unsigned char *Xbuffer, int nbytes ); extern void TtcCutSelection ( Document document, View view ); extern void TtcDeleteSelection ( Document document, View view ); extern void TtcInclude ( Document document, View view ); extern void TtcPasteFromClipboard ( Document document, View view ); extern void TtcInsert ( Document document, View view ); extern void TtcCopySelection ( Document document, View view ); extern void TtcPaste ( Document document, View view ); extern void EditingLoadResources ( void ); #else /* __STDC__ */ extern void TtcInsertChar (/* Document document, View view, char c */); extern void TtcInsertGraph (/* Document document, View view, char c */); extern void TtcDeletePreviousChar (/* Document document, View view */); extern void CloseTextInsertion (/* void */); extern void CloseParagraphInsertion (/* PtrAbstractBox pAb, int frame */); extern void ClearClipboard (/* PtrTextBuffer clipboard */); extern void InsertChar (/* int frame, unsigned char c, int keyboard */); extern void PasteXClipboard (/* unsigned char *Xbuffer, int nbytes */); extern void TtcCutSelection (/* Document document, View view */); extern void TtcDeleteSelection (/* Document document, View view */); extern void TtcInclude (/* Document document, View view */); extern void TtcPasteFromClipboard (/* Document document, View view */); extern void TtcInsert (/* Document document, View view */); extern void TtcCopySelection (/* Document document, View view */); extern void TtcPaste (/* Document document, View view */); extern void EditingLoadResources (/* void */); #endif /* __STDC__ */ #endif /* __CEXTRACT__ */