2005-05-01 14:32:50 +01:00
|
|
|
#ifndef XMLOUT
|
|
|
|
#define XMLOUT
|
|
|
|
|
|
|
|
#include "system.h"
|
2006-08-01 08:31:40 +01:00
|
|
|
#include "claim.h"
|
2005-05-01 14:32:50 +01:00
|
|
|
|
|
|
|
void xmlOutInit (void);
|
|
|
|
void xmlOutDone (void);
|
|
|
|
|
|
|
|
void xmlOutSemitrace (const System sys);
|
|
|
|
void xmlOutTrace (const System sys);
|
2006-08-01 08:31:40 +01:00
|
|
|
void xmlOutClaim (const System sys, Claimlist cl);
|
2005-05-01 14:32:50 +01:00
|
|
|
|
|
|
|
#endif
|