From 5d2c2b27a6323e2666378b986129b2a7c2c39e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Feb 2022 16:04:24 +0100 Subject: New upstream version 5.2.2GA --- app/bin/cundo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/bin/cundo.h') diff --git a/app/bin/cundo.h b/app/bin/cundo.h index 89beab3..4b7fca1 100644 --- a/app/bin/cundo.h +++ b/app/bin/cundo.h @@ -24,10 +24,10 @@ #define HAVE_CUNDO_H #include "common.h" -#include "track.h" -int UndoUndo( void ); -int UndoRedo( void ); +extern wBool_t undoStatus; // Status of the last Undo/Redo command +void UndoUndo( void * unused ); +void UndoRedo( void * unused ); void UndoResume( void ); void UndoSuspend( void ); void UndoStart( char *, char *, ... ); -- cgit v1.2.3