aboutsummaryrefslogtreecommitdiff
path: root/src/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/download.h')
-rw-r--r--src/download.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/download.h b/src/download.h
new file mode 100644
index 0000000..0682ba9
--- /dev/null
+++ b/src/download.h
@@ -0,0 +1,7 @@
+#ifndef DOWNLOAD_H
+#define DOWNLOAD_H
+
+struct Buffer;
+int download_to_buffer(const char *url, struct Buffer *buffer);
+
+#endif