| 122 | |
| 123 | |
| 124 | void ERR_corrupt(int number) |
| 125 | { |
| 126 | /************************************** |
| 127 | * |
| 128 | * E R R _ c o r r u p t |
| 129 | * |
| 130 | ************************************** |
| 131 | * |
| 132 | * Functional description |
| 133 | * Things seem to be going poorly today. |
| 134 | * |
| 135 | **************************************/ |
| 136 | |
| 137 | internal_error(isc_db_corrupt, number); |
| 138 | } |
| 139 | |
| 140 | |
| 141 | void ERR_error(int number) |
nothing calls this directly
no test coverage detected