source: branches/minix3-book/servers/rs/proto.h@ 4

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

Importazione sorgenti libro

File size: 210 bytes
Line 
1/* Function prototypes. */
2
3/* sm.c */
4_PROTOTYPE( int main, (void));
5
6/* manager.c */
7_PROTOTYPE( int do_exit, (message *m));
8_PROTOTYPE( int do_start, (message *m));
9_PROTOTYPE( int do_stop, (message *m));
10
11
Note: See TracBrowser for help on using the repository browser.