minix/servers/rs/proto.h
Jorrit Herder 5a9dec8bd2 New signal handling behaviour at PM (services can be killed).
New Shift-F6 dump for RS server at IS.
New getnpid, getnproc, getpproc library calls at PM.
New reincarnation server (basic functionality is there now).
2005-10-12 15:07:38 +00:00

14 lines
300 B
C

/* Function prototypes. */
/* main.c */
_PROTOTYPE( int main, (void));
/* manager.c */
_PROTOTYPE( int do_start, (message *m));
_PROTOTYPE( int do_stop, (message *m));
_PROTOTYPE( int do_shutdown, (message *m));
_PROTOTYPE( void do_period, (message *m));
_PROTOTYPE( void do_exit, (message *m));