Line | |
---|
1 | /* Function prototypes. */
|
---|
2 |
|
---|
3 | /* main.c */
|
---|
4 | _PROTOTYPE( int main, (void));
|
---|
5 |
|
---|
6 | /* manager.c */
|
---|
7 | _PROTOTYPE( int do_up, (message *m));
|
---|
8 | _PROTOTYPE( int do_down, (message *m));
|
---|
9 | _PROTOTYPE( int do_refresh, (message *m));
|
---|
10 | _PROTOTYPE( int do_rescue, (message *m));
|
---|
11 | _PROTOTYPE( int do_shutdown, (message *m));
|
---|
12 | _PROTOTYPE( void do_period, (message *m));
|
---|
13 | _PROTOTYPE( void do_exit, (message *m));
|
---|
14 | _PROTOTYPE( int do_getsysinfo, (message *m));
|
---|
15 |
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.