source:
branches/minix3-book/servers/rs/proto.h@
4
Last change on this file since 4 was 4, checked in by , 14 years ago | |
---|---|
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.