blob: e05b846ebb56886f833f3b07bc97f302da58c79e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
/* 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 PV();
extern Void describeParagraph PV();
extern Void paragraphSetup PP((voice_index0 *voice));
extern Void includeStartString PV();
#undef vextern
#endif /*ANALYZE_H*/
/* End. */
|