scyther/src/claim.h

16 lines
480 B
C
Raw Normal View History

2004-06-16 11:40:13 +01:00
#ifndef CLAIMS
#define CLAIMS
int check_claim_nisynch (const System sys, const int i);
int check_claim_niagree (const System sys, const int i);
2004-11-16 12:07:55 +00:00
int arachne_claim_niagree (const System sys, const int claim_run,
const int claim_index);
int arachne_claim_nisynch (const System sys, const int claim_run,
const int claim_index);
2004-06-16 11:40:13 +01:00
2006-01-02 19:55:34 +00:00
int prune_claim_specifics (const System sys);
void add_claim_specifics (const System sys, const Claimlist cl, const
Roledef rd);
2004-06-16 11:40:13 +01:00
#endif