| 27 | } |
| 28 | |
| 29 | int32_t hvdbutils::EnqueueDownload(const char *url, const char *name) |
| 30 | { |
| 31 | return ytutils::EnqueueDownload(url, name); |
| 32 | } |
| 33 | |
| 34 | int32_t hvdbutils::EnqueueDownloadAsync(const char *url, const char *name) |
| 35 | { |
nothing calls this directly
no outgoing calls
no test coverage detected