aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/elf2dmp/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/elf2dmp/download.h')
-rw-r--r--contrib/elf2dmp/download.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/elf2dmp/download.h b/contrib/elf2dmp/download.h
new file mode 100644
index 000000000..5c274925f
--- /dev/null
+++ b/contrib/elf2dmp/download.h
@@ -0,0 +1,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 */