#ifndef NET_H #define NET_H #include size_t WriteMemoryCallback(void*, size_t, size_t, void*); struct MemoryStruct* downloadToRam(const char* URL); struct json_object* fetchJSON(const char*); #endif