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