/* * * (c) COPYRIGHT INRIA, 1996. * Please first read the full copyright statement in file COPYRIGHT. * */ #ifndef _PLUGIN_H_ #define _PLUGIN_H_ #ifndef __CEXTRACT__ #ifdef __STDC__ extern void TtaCreateFormPlugin (Document document, View view); #else /* __STDC__ */ extern void TtaCreateFormPlugin (/* Document document, View view */); #endif /* __STDC__ */ #endif /* __CEXTRACT__ */ #endif