/* Header for module analyze, generated by p2c 1.21alpha-07.Dec.93 */ #ifndef ANALYZE_H #define ANALYZE_H /* Decide which lines of paragraphs go where; test total duration of lines. */ #ifndef CONTROL_H #include "control.h" #endif #ifndef GLOBALS_H #include "globals.h" #endif #ifdef ANALYZE_G # define vextern #else # define vextern extern #endif extern void testParagraph(void); extern void describeParagraph(void); extern void paragraphSetup(voice_index0 *voice); extern void includeStartString(void); #undef vextern #endif /*ANALYZE_H*/ /* End. */