match the prompt for either 'T' or 'R' command */
| 1669 | |
| 1670 | /* match the prompt for either 'T' or 'R' command */ |
| 1671 | staticfn boolean |
| 1672 | taking_off(const char *action) |
| 1673 | { |
| 1674 | return !strcmp(action, "take off") || !strcmp(action, "remove"); |
| 1675 | } |
| 1676 | |
| 1677 | staticfn void |
| 1678 | mime_action(const char *word) |