Files
scyther/src/report.h
ccremers b570ca2d8a - Made all references to system explicit const references.
- Removed config.h reference.
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