int download_file(const char *, const char *)
Download a file from URL to a destination path.
Definition crun_libcurl.c:120
size_t write_data(void *, size_t, size_t, void *)
libcurl write callback used when storing response data to a file.
Definition crun_libcurl.c:90