aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index 1ad4f90..91f6828 100644
--- a/src/net.h
+++ b/src/net.h
@@ -4,6 +4,7 @@
#include <json.h>
size_t WriteMemoryCallback(void*, size_t, size_t, void*);
+struct MemoryStruct* downloadToRam(const char* URL);
void downloadFile(const char*, const char*);
struct json_object* fetchJSON(const char*);