| 438 | |
| 439 | |
| 440 | static ISC_STATUS error(ISC_STATUS* status, const Arg::StatusVector& v) |
| 441 | { |
| 442 | /************************************** |
| 443 | * |
| 444 | * e r r o r |
| 445 | * |
| 446 | ************************************** |
| 447 | * |
| 448 | * Functional description |
| 449 | * Stuff a status vector. |
| 450 | * |
| 451 | **************************************/ |
| 452 | return v.copyTo(status); |
| 453 | } |
| 454 | |
| 455 | |
| 456 | static ISC_STATUS gen_sdl(ISC_STATUS* status, |
no test coverage detected