- Moved everything about.
This commit is contained in:
11
src/match_basic.h
Normal file
11
src/match_basic.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef MATCHBASIC
|
||||
#define MATCHBASIC
|
||||
|
||||
int matchRead_basic (const System sys, const int run,
|
||||
int (*proceed) (System, int));
|
||||
int enabled_basic (const System sys, const Knowledge know,
|
||||
const Term newterm);
|
||||
int block_basic (const System sys, const int run);
|
||||
int send_basic (const System sys, const int run);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user