| 5038 | } |
| 5039 | |
| 5040 | void hb_job_set_file(hb_job_t *job, const char *file) |
| 5041 | { |
| 5042 | if (job != NULL) |
| 5043 | { |
| 5044 | hb_update_str(&job->file, file); |
| 5045 | } |
| 5046 | } |
| 5047 | |
| 5048 | hb_filter_object_t * hb_filter_copy( hb_filter_object_t * filter ) |
| 5049 | { |
no test coverage detected