add the prototype of InitMPE

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@620 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2002-10-03 17:29:46 +00:00
parent 0263e5d9d6
commit 5895564724
1 changed files with 6 additions and 1 deletions

View File

@ -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 *));