aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
blob: 2b203fa128e81928ca6494e660cf20b463170cf0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NET_H
#define NET_H

#include <json.h>

size_t WriteMemoryCallback(void*, size_t, size_t, void*);
int downloadFile(const char*, const char*);
struct json_object* fetchJSON(const char*);

#endif