scyther/src/report.h

7 lines
86 B
C
Raw Normal View History

2004-04-23 11:58:43 +01:00
#ifndef REPORT
#define REPORT
void reportSecrecy (const System sys, Term t);
2004-04-23 11:58:43 +01:00
#endif