--- hatari/src/debug/breakcond.h 2019/04/09 08:49:27 1.1.1.2 +++ hatari/src/debug/breakcond.h 2019/04/09 08:55:37 1.1.1.4 @@ -1,8 +1,8 @@ /* Hatari - breakcond.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_BREAKCOND_H @@ -22,7 +22,8 @@ extern const char BreakAddr_Description[ extern int BreakCond_MatchCpu(void); extern int BreakCond_MatchDsp(void); -extern int BreakCond_BreakPointCount(bool bForDsp); +extern int BreakCond_CpuBreakPointCount(void); +extern int BreakCond_DspBreakPointCount(void); extern bool BreakCond_Command(const char *expression, bool bForDsp); extern bool BreakAddr_Command(char *expression, bool bforDsp);