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