diff --git a/src/sys/include/mpi/mpi.h b/src/sys/include/mpi/mpi.h index 7d428e9..e25922e 100644 --- a/src/sys/include/mpi/mpi.h +++ b/src/sys/include/mpi/mpi.h @@ -54,12 +54,14 @@ int mpiPostMessage(char *,uInt32,void *); int mpiFetchMessage(char *,mpiMessage_t *); int mpiSpam(uInt32,void *); -mpiMbox_t * mpiFindMbox(char *); #endif /*** $Log$ + Revision 1.2 2004/05/25 15:42:19 reddawg + Enabled mpiSpam(); + Revision 1.1 2004/05/25 14:07:01 reddawg Sorry we can't forget the headers files