--- hatari/src/includes/ymFormat.h 2019/04/01 07:09:16 1.1 +++ hatari/src/includes/ymFormat.h 2019/04/01 07:12:15 1.1.1.2 @@ -1,11 +1,14 @@ /* - Hatari + 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. */ extern BOOL bRecordingYM; -extern BOOL YMFormat_BeginRecording(/*HWND hWnd,*/ char *pszYMFileName); -extern void YMFormat_EndRecording(/*HWND hWnd*/); +extern BOOL YMFormat_BeginRecording(char *pszYMFileName); +extern void YMFormat_EndRecording(void); extern void YMFormat_FreeRecording(void); extern void YMFormat_UpdateRecording(void); extern BOOL YMFormat_ConvertToStreams(void);