diff --git a/H/Yapproto.h b/H/Yapproto.h index 0f731ccb3..b53bf3f00 100644 --- a/H/Yapproto.h +++ b/H/Yapproto.h @@ -10,7 +10,7 @@ * File: Yap.proto * * mods: * * comments: Function declarations for YAP * -* version: $Id: Yapproto.h,v 1.22 2002-09-09 17:39:36 vsc Exp $ * +* version: $Id: Yapproto.h,v 1.23 2002-10-03 17:29:46 stasinos Exp $ * *************************************************************************/ /* prototype file for Yap */ @@ -221,6 +221,11 @@ Term STD_PROTO(UpdateTimedVar,(Term, Term)); void STD_PROTO(InitMPI,(void)); #endif +#if HAVE_MPE +/* mpe.c */ +void STD_PROTO(InitMPE,(void)); +#endif + /* parser.c */ int STD_PROTO(IsPrefixOp,(Prop,int *,int *)); int STD_PROTO(IsInfixOp,(Prop,int *,int *,int *));