--- hatari/src/includes/createBlankImage.h 2019/04/01 07:09:16 1.1 +++ hatari/src/includes/createBlankImage.h 2019/04/09 08:56:59 1.1.1.5 @@ -1,5 +1,8 @@ /* - Hatari + Hatari - createBlankImage.h + + 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 CreateBlankImage_DoDialog(int Drive,char *pszFileName); +extern bool CreateBlankImage_CreateFile(const char *pszFileName, int nTracks, int nSectors, int nSides, const char *VolumeLabel);