source: trunk/minix/servers/ds/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: 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.