--- hatari/src/includes/xbios.h 2019/04/09 08:52:03 1.1.1.3 +++ hatari/src/includes/xbios.h 2019/04/09 08:54:27 1.1.1.5 @@ -1,8 +1,8 @@ /* Hatari - xbios.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_XBIOS_H @@ -10,5 +10,6 @@ extern bool XBios(void); extern void XBios_Info(Uint32 dummy); +extern void XBios_ToggleCommands(void); #endif