home *** CD-ROM | disk | FTP | other *** search
- // $VER: support.h 1.0.0 (31.8.98)
-
- /*
- Name : support.h
- Purpose : support functions
- Author : Chris De Maeyer
- Copyright: sources (C)1997 Visionary Software, bin is
- released as FREEWARE.
-
- History:
- -------------------------------------------------------------------
- Date Description By
- -------------------------------------------------------------------
- Version 1.0
- -----------
- 30-08-97 Creation CDM
- 31-08-97 Added functions for FMirror CDM
- 22-04-99 Added log funtions CDM
- -------------------------------------------------------------------
-
- */
- int put_LogOneMsg(char *logfile,char *mesg);
- int put_LogMsg(FILE *log,char *mesg);
- FILE *open_Log(char *logfile);
- void close_Log(FILE *log);
-
- /* The End */
-