summaryrefslogtreecommitdiff
path: root/contrib/elf2dmp/download.h
blob: 5c274925f7aab35a4cacb019c3dacc6fa72eab84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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 */