Functions | |
void | Show_Trim_Operation (int index, char *operation) |
void Show_Trim_Operation | ( | int | index, |
char * | operation | ||
) |
Shows the type of trimming currently associated with an object in the trim list.
index | - Index of the particular object in the trim list. |
operation | - Type of operation, either "remove" or "keep". Returned to user. Passed by reference always. |
Show_Trim_Operation() is used alone to return the operation type (not in conjunction with Open_Trim() ).