update persistent inventory window */
| 3603 | |
| 3604 | /* update persistent inventory window */ |
| 3605 | void |
| 3606 | tty_update_inventory(int arg UNUSED) |
| 3607 | { |
| 3608 | #ifdef TTY_PERM_INVENT |
| 3609 | sync_perminvent(); /* call back to core */ |
| 3610 | #else |
| 3611 | /* do nothing */ |
| 3612 | #endif |
| 3613 | return; |
| 3614 | } |
| 3615 | |
| 3616 | void |
| 3617 | tty_mark_synch(void) |
no test coverage detected