| 906 | } |
| 907 | |
| 908 | void |
| 909 | genl_status_finish(void) |
| 910 | { |
| 911 | /* tear down routine */ |
| 912 | int i; |
| 913 | |
| 914 | /* free alloc'd memory here */ |
| 915 | for (i = 0; i < MAXBLSTATS; ++i) { |
| 916 | if (status_vals[i]) |
| 917 | free((genericptr_t) status_vals[i]), status_vals[i] = (char *) 0; |
| 918 | } |
| 919 | } |
| 920 | |
| 921 | void |
| 922 | genl_status_enablefield( |
no outgoing calls
no test coverage detected