|
||
void undo_restart ( void )
|
|
|
Synopsis |
#include "silver.h"
The undo_restart function stops the undo system, then re-initializes it. It is good for catastrophic errors.
|
|
Parameters |
none
|
|
Return Value |
none
|
|
Remarks |
This function restarts the undo system by shutting it down and clearing the undo system stack. Then the state is reinitialized.
|
|
See Also |
|