--- hatari/src/includes/createBlankImage.h 2019/04/09 08:53:19 1.1.1.4 +++ hatari/src/includes/createBlankImage.h 2019/04/09 08:56:59 1.1.1.5 @@ -5,4 +5,4 @@ or at your option any later version. Read the file gpl.txt for details. */ -extern bool CreateBlankImage_CreateFile(const char *pszFileName, int nTracks, int nSectors, int nSides); +extern bool CreateBlankImage_CreateFile(const char *pszFileName, int nTracks, int nSectors, int nSides, const char *VolumeLabel);