Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / api / cns / cns_API.h
1 #include <stdio.h>
2 #include "avt_API_types.h"
3
4 /*
5 MAN cns_LoadConeFigure
6 DESCRIPTION
7 RETURN VALUE
8 ERRORS
9 */
10
11 ConeFigure *cns_LoadConeFigure(char *name);
12
13 /*
14 MAN cns_GetConeFigure
15 DESCRIPTION
16 RETURN VALUE
17 ERRORS
18 */
19
20 ConeFigure *cns_GetConeFigure(char *name);
21
22 /*
23 MAN cns_SaveVerboseConeFile
24 DESCRIPTION
25 RETURN VALUE
26 ERRORS
27 */
28
29 void cns_SaveVerboseConeFile(ConeFigure *);
30
31 /*
32 MAN cns_DisplayPowerSupplies
33 DESCRIPTION
34 RETURN VALUE
35 ERRORS
36 */
37
38 void cns_DisplayPowerSupplies(FILE *f, ConeFigure *);