scyther/src/report.h
2004-07-20 12:41:56 +00:00

7 lines
86 B
C

#ifndef REPORT
#define REPORT
void reportSecrecy (const System sys, Term t);
#endif