|  | ||
| 
 | 
 void redo_get_description ( char *description ) 
 char *description; // A pointer to a character buffer 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The redo_get_description function retrieves the description of the redo action associated with the current command. 
 | 
 | 
| Parameters | description is a character buffer that will store the description 
 | 
 | 
| Return Value | none 
 | 
 | 
| Remarks | If there is no description then description will be set to an empty string. 
 | 
 | 
| See Also | is_redo_available, redo_set_description, undo_get_description | 
 |