Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/contrib/elf2dmp/download.h
2023-03-06 14:48:14 +01:00

14 lines
259 B
C

/*
* Copyright (c) 2018 Virtuozzo International GmbH
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
*
*/
#ifndef DOWNLOAD_H
#define DOWNLOAD_H
int download_url(const char *name, const char *url);
#endif /* DOWNLOAD_H */