2004-04-23 11:58:43 +01:00
|
|
|
#ifndef MATCHCLP
|
|
|
|
#define MATCHCLP
|
|
|
|
|
2004-07-24 16:08:35 +01:00
|
|
|
#include "system.h"
|
2004-04-23 11:58:43 +01:00
|
|
|
|
|
|
|
int matchRead_clp (const System sys, const int run,
|
|
|
|
int (*proceed) (System, int));
|
|
|
|
int enabled_clp (const System sys, const int run);
|
|
|
|
int block_clp (const System sys, const int run);
|
|
|
|
int secret_clp (const System sys, const Term t);
|
|
|
|
int send_clp (const System sys, const int run);
|
|
|
|
|
|
|
|
#endif
|