aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net.h b/src/net.h
index 8282706..34b7519 100644
--- a/src/net.h
+++ b/src/net.h
@@ -7,8 +7,8 @@
#define TIMEOPT CURLINFO_TOTAL_TIME_T
size_t WriteMemoryCallback(void*, size_t, size_t, void*);
-struct MemoryStruct* downloadToRam(const char* URL, long);
-void downloadToFile(const char*, const char*);
+struct MemoryStruct* downloadToRam(const char* URL, int);
+void downloadToFile(const char*, const char*, int);
struct json_object* fetchJSON(const char*);
#endif