--- hatari/src/includes/tos.h 2019/04/01 07:14:45 1.1.1.6 +++ hatari/src/includes/tos.h 2019/04/09 08:53:09 1.1.1.8 @@ -1,8 +1,8 @@ /* Hatari - tos.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_TOS_H @@ -17,6 +17,9 @@ extern unsigned int ConnectedDriveMask; extern int nNumDrives; extern void TOS_MemorySnapShot_Capture(bool bSave); +extern void TOS_AutoStart(const char *prgname); +extern FILE *TOS_AutoStartOpen(const char *filename); +extern bool TOS_AutoStartClose(FILE *fp); extern int TOS_LoadImage(void); #endif