26 lines
483 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef FMTIO_DEFINED
#define FMTIO_DEFINED
#include "lsdefs.h"
#include "pfmti.h"
#include "plsdnode.h"
#include "lsfgi.h"
#include "lsfrun.h"
#include "lstxm.h"
/* ------------------------------------------------------------------------ */
struct fmtin
{
LSFGI lsfgi;
LSFRUN lsfrun;
PLSDNODE plsdnTop;
LSTXM lstxmPres;
LSTXM lstxmRef;
};
/* ------------------------------------------------------------------------ */
#endif /* !FMTIO_DEFINED */