repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trace/simple: Allow enabling simple traces from command line
[qemu/kevin.git]
/
contrib
/
elf2dmp
/
download.h
blob
5c274925f7aab35a4cacb019c3dacc6fa72eab84
1
/*
2
* Copyright (c) 2018 Virtuozzo International GmbH
3
*
4
* This work is licensed under the terms of the GNU GPL, version 2 or later.
5
*
6
*/
7
8
#ifndef DOWNLOAD_H
9
#define DOWNLOAD_H
10
11
int
download_url
(
const char
*
name
,
const char
*
url
);
12
13
#endif
/* DOWNLOAD_H */