/*========================================================================= * * ChlSave.h - Saving functions for CHL file * * Version 1.0 * Revision date * *=======================================================================*/ #ifndef CHLSAVE_H #define CHLSAVE_H //--- Includes -------------------------------------------------------- #include "SCR.h" #include "typedef.h" //--- Functions -------------------------------------------------------- // save extern void MLT_vSaveChlHeader (SCR_tdst_File_Description *p_stFile, char *sFileName, void *p_vPtr, SCR_tde_Ntfy_Action xAction); extern void MLT_vSaveChlFile (SCR_tdst_File_Description *p_stFile, char *sFileName, void *p_vPtr, SCR_tde_Ntfy_Action xAction); #endif // CHLSAVE_H