| 1700 | /**-------------------private function end---------------*/ |
| 1701 | |
| 1702 | SR_PRIV void ds_set_last_error(int error) |
| 1703 | { |
| 1704 | lib_ctx.last_error = error; |
| 1705 | } |
| 1706 | |
| 1707 | SR_API int ds_get_last_error() |
| 1708 | { |
no outgoing calls
no test coverage detected