| 
    | 
   ||
  | 
 BOOLEAN undo_end ( void ) 
 
 
 
  | 
  | 
Synopsis  | 
#include "silver.h" 
 The undo_end function closes the current nesting level begun with undo_begin, possibly declaring an end to the current undo item on the stack. 
  | 
  | 
Parameters  | 
none 
  | 
  | 
Return Value  | 
undo_end returns TRUE if successful and FALSE otherwise. 
  | 
  | 
Remarks  | 
You must match a call to undo_end with a call to undo_begin. 
  | 
  | 
See Also  | 
  |