--- hatari/src/includes/ymFormat.h 2019/04/01 07:12:15 1.1.1.2 +++ hatari/src/includes/ymFormat.h 2019/04/09 08:53:13 1.1.1.5 @@ -1,14 +1,12 @@ /* Hatari - ymFormat.h - This file is distributed under the GNU Public License, version 2 or at - your option any later version. Read the file gpl.txt for details. + This file is distributed under the GNU General Public License, version 2 + or at your option any later version. Read the file gpl.txt for details. */ -extern BOOL bRecordingYM; +extern bool bRecordingYM; -extern BOOL YMFormat_BeginRecording(char *pszYMFileName); +extern bool YMFormat_BeginRecording(const char *pszYMFileName); extern void YMFormat_EndRecording(void); -extern void YMFormat_FreeRecording(void); extern void YMFormat_UpdateRecording(void); -extern BOOL YMFormat_ConvertToStreams(void);