1 /* Header for module analyze, generated by p2c 1.21alpha-07.Dec.93 */
2 #ifndef ANALYZE_H
3 #define ANALYZE_H
4 
5 
6 /* Decide which lines of paragraphs go where; test total duration of lines. */
7 
8 #ifndef CONTROL_H
9 #include "control.h"
10 #endif
11 
12 #ifndef GLOBALS_H
13 #include "globals.h"
14 #endif
15 
16 
17 #ifdef ANALYZE_G
18 # define vextern
19 #else
20 # define vextern extern
21 #endif
22 
23 extern Void testParagraph PV();
24 extern Void describeParagraph PV();
25 extern Void paragraphSetup PP((voice_index0 *voice));
26 extern Void includeStartString PV();
27 
28 
29 #undef vextern
30 
31 #endif /*ANALYZE_H*/
32 
33 /* End. */
34