supply instance to 2nd at_wini instance.
[minix3.git] / servers / ds / proto.h
blobe5d1435de9cbbdb7369dba22fb2cf91b266b4411
1 /* Function prototypes. */
3 /* main.c */
4 _PROTOTYPE(int main, (int argc, char **argv));
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_check, (message *m_ptr));
11 _PROTOTYPE(int do_getsysinfo, (message *m_ptr));
12 _PROTOTYPE(void ds_init, (void));