blob: cff86e79aa2fc137dedf4863deec0decc583315d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
/* l2xusrlb.h .h file for l2xusrlb.c */
extern void special_start_with_req();
extern void special_action_p_p1();
extern void special_action_last_p();
extern void special_start_with_opt();
extern void special_action_opt_first();
extern void special_action_p_opt();
extern void special_action_last_opt();
extern void special_action_no_param();
/* demonstration functions */
extern void prwboiler1();
extern void prwboiler2();
extern void prwboiler3();
/* add further stuff below as l2xusrlb.c is modified */
|