--- hatari/src/debug/debug_priv.h 2019/04/09 08:53:04 1.1.1.3 +++ hatari/src/debug/debug_priv.h 2019/04/09 08:54:21 1.1.1.4 @@ -24,7 +24,9 @@ typedef struct /* Output file debugger output */ extern FILE *debugOutput; -extern void DebugUI_PrintCmdHelp(const char *psCmd); +extern int DebugUI_PrintCmdHelp(const char *psCmd); + +extern char *DebugUI_MatchHelper(const char **strings, int items, const char *text, int state); extern int DebugCpu_Init(const dbgcommand_t **table); extern void DebugCpu_InitSession(void);