-- Indicate to the window port that the inventory has been changed. -- Merely calls repopulate_perminvent() for window-ports that leave the window up, otherwise empty. */
| 790 | window up, otherwise empty. |
| 791 | */ |
| 792 | void |
| 793 | gnome_update_inventory() |
| 794 | { |
| 795 | ghack_main_window_update_inventory(); |
| 796 | } |
| 797 | |
| 798 | /* |
| 799 | mark_synch() -- Don't go beyond this point in I/O on any channel until |
nothing calls this directly
no test coverage detected