--- hatari/src/includes/reset.h 2019/04/01 07:10:37 1.1.1.2 +++ hatari/src/includes/reset.h 2019/04/09 08:53:14 1.1.1.4 @@ -1,8 +1,8 @@ /* Hatari - reset.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. */ #ifndef HATARI_RESET_H @@ -10,6 +10,5 @@ extern int Reset_Cold(void); extern int Reset_Warm(void); -extern int Reset_ST(BOOL bCold); #endif