diff options
Diffstat (limited to 'app/bin/cundo.h')
-rw-r--r-- | app/bin/cundo.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 *, ... ); |