* Stops the conversion process. * @param h Handle to hb_handle_t. */
| 2076 | * @param h Handle to hb_handle_t. |
| 2077 | */ |
| 2078 | void hb_scan_stop( hb_handle_t * h ) |
| 2079 | { |
| 2080 | h->scan_die = 1; |
| 2081 | hb_resume( h ); |
| 2082 | } |
| 2083 | |
| 2084 | /** |
| 2085 | * Returns the state of the conversion process. |
no test coverage detected