/*-------------------------------------------------------------------------- P O L T E R W R I T E fowrite is an object for writing POLTERDI data files. copyright: see copyright.h Uwe Filges, November 2001 ----------------------------------------------------------------------------*/ #ifndef POLTERDIWRITE #define POLTERDIWRITE int PolterInstall(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]); int PolterAction(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]); #endif