forked from MarkHofmann11/WSETUP
-
Notifications
You must be signed in to change notification settings - Fork 2
/
FCNS.H
190 lines (187 loc) · 4.89 KB
/
FCNS.H
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
/* BASIC.C */
void read_config(void);
void main_screen(void);
void non_reg(void);
void program_ready(void);
void main (int argc, char *argv[]);
void main_menu(void);
void path_setup(void);
void misc_setup(void);
void area_setup(void);
void node_setup(void);
void route_setup(void);
void system_data(void);
void read_areas_config(void);
void write_areas_config(void);
void read_nodes_config(void);
void write_nodes_config(void);
void read_uplink_config(void);
void write_uplink_config(void);
void edit_area(int areanum);
void show_area_screen(int areanum);
void edit_node(int nodenum);
void show_node_screen(int nodenum);
void show_akas(void);
void aka_choose(void);
void edit_aka(int aka_num);
void choose_archiver(void);
void show_archivers(void);
void edit_route(int route_num);
void route_choose(void);
void show_routes(void);
void edit_export(int export_num);
void export_choose(void);
void show_exports(void);
void choose_status(void);
void write_area(unsigned int un, arearec *a);
void read_area(unsigned int un, arearec *a);
void choose_origin(int nodenum);
void show_hint1(void);
void show_hint2(void);
void show_hint3(void);
void show_hint4(void);
void show_hint5(void);
void show_hint6(void);
void show_hint7(void);
void show_hint8(void);
void show_hint9(void);
void show_hint10(void);
void show_hint11(void);
void show_hint12(void);
void show_hint13(void);
void show_hint14(void);
void show_hint15(void);
void show_hint16(void);
void show_hint17(void);
void show_hint18(void);
void show_hint19(void);
void show_hint20(void);
void show_hint21(void);
void show_hint22(void);
void show_hint23(void);
void show_hint24(void);
void show_hint25(void);
void show_hint26(void);
void show_hint27(void);
void show_hint28(void);
void show_hint29(void);
void show_hint30(void);
void show_hint31(void);
void show_hint32(void);
void show_hint33(void);
void show_hint34(void);
void show_hint35(void);
void show_hint36(void);
void show_hint37(void);
void show_hint38(void);
void show_hint39(void);
void show_hint40(void);
void show_hint41(void);
void show_hint42(void);
void show_hint43(void);
void show_hint44(void);
void show_hint45(void);
void show_hint46(void);
void show_hint47(void);
void show_hint48(void);
void show_hint49(void);
void show_hint50(void);
void show_hint51(void);
void show_hint52(void);
void show_hint53(void);
void show_hint54(void);
void show_hint55(void);
void show_hint56(void);
void show_hint57(void);
void show_hint58(void);
void show_hint59(void);
void show_hint60(void);
void show_hint61(void);
void show_hint62(void);
void show_hint63(void);
void show_hint64(void);
void show_hint65(void);
void show_hint66(void);
void show_hint67(void);
void show_hint68(void);
void show_hint69(void);
void show_hint70(void);
void show_hint71(void);
void show_hint72(void);
void show_hint73(void);
void show_hint74(void);
void show_hint75(void);
void show_hint76(void);
void show_hint77(void);
void show_hint78(void);
void show_hint79(void);
void show_hint80(void);
void show_hint81(void);
void show_hint82(void);
void show_hint83(void);
void show_hint84(void);
void show_hint85(void);
void show_hint86(void);
void show_hint87(void);
void show_hint88(void);
void show_hint89(void);
void show_hint90(void);
void show_hint91(void);
void show_hint92(void);
void show_hint93(void);
void show_hint94(void);
void show_hint95(void);
void show_hint96(void);
void show_hint97(void);
void show_hint98(void);
void show_hint99(void);
void show_hint100(void);
void show_hint101(void);
void show_hint102(void);
void show_hint103(void);
void show_hint104(void);
void show_hint105(void);
void show_hint106(void);
void show_hint107(void);
void show_hint108(void);
void show_hint109(void);
void show_hint110(void);
void show_hint111(void);
void show_hint112(void);
void show_hint113(void);
void clear_hint(void);
void show_archivers2(void);
void edit_archiver(int i);
void choose_group(void);
void set_area_netnum(void);
void set_area_connect(void);
void sort_export(void);
void export_mgr(void);
void global_options(void);
int exist(char *s);
int exist_export_node(char *address,int area);
void dos_shell(void);
void edit_xlat(int mode);
void help_message(void);
void sort_areas(void);
void cleanup(void);
void read_config_dat(void);
void far *mallocx(unsigned long l, char *where);
void create_subs_list(void);
int comparedl(arearec *x, arearec *y, int type);
void quicksort(int l,int r,int type);
void uplink_setup(void);
void edit_uplink(int nodenum);
void show_uplink_screen(int nodenum);
/* File: share.c */
int sh_open(char *path, int file_access, unsigned mode);
int sh_open1(char *path, int access);
FILE *fsh_open(char *path, char *mode);
int sh_close(int f);
void fsh_close(FILE *f);
void share_installed(void);
long sh_lseek(int handle, long offset, int fromwhere);
int sh_read(int handle, void *buf, unsigned len);
int sh_write(int handle, void *buf, unsigned len);
size_t fsh_read(void *ptr, size_t size, size_t n, FILE *stream);
size_t fsh_write(void *ptr, size_t size, size_t n, FILE *stream);