source: trunk/minix/servers/rs/proto.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 428 bytes
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.