source:
trunk/minix/servers/ds/proto.h@
15
| Last change on this file since 15 was 9, checked in by , 14 years ago | |
|---|---|
| File size: 293 bytes | |
| Line | |
|---|---|
| 1 | /* Function prototypes. */ |
| 2 | |
| 3 | /* main.c */ |
| 4 | _PROTOTYPE(int main, (int argc, char **argv)); |
| 5 | |
| 6 | /* store.c */ |
| 7 | _PROTOTYPE(int do_publish, (message *m_ptr)); |
| 8 | _PROTOTYPE(int do_retrieve, (message *m_ptr)); |
| 9 | _PROTOTYPE(int do_subscribe, (message *m_ptr)); |
| 10 | _PROTOTYPE(int do_getsysinfo, (message *m_ptr)); |
Note:
See TracBrowser
for help on using the repository browser.