--- hatari/src/includes/createBlankImage.h 2019/04/01 07:11:34 1.1.1.2 +++ hatari/src/includes/createBlankImage.h 2019/04/09 08:53:19 1.1.1.4 @@ -1,8 +1,8 @@ /* Hatari - createBlankImage.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 void CreateBlankImage_CreateFile(char *pszFileName, int nTracks, int nSectors, int nSides); +extern bool CreateBlankImage_CreateFile(const char *pszFileName, int nTracks, int nSectors, int nSides);