Index: undo.h =================================================================== --- undo.h (revision 9162) +++ undo.h (revision 9163) @@ -105,3 +105,6 @@ } pcb_undo_op_t; #endif + +/* Returns 0 if undo integrity is not broken */ +int undo_check(void);