if only i could get past the linker errors, this will work...

This commit is contained in:
DarthArgus
2016-04-28 03:46:02 +00:00
parent 5f7cf7e969
commit ecc0621f61
2 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace webAPI
//nlohmann::json get(char* endpoint, char* data);
nlohmann::json request(std::string endpoint, std::string data, int reqType); // 1 for post, 0 for get
size_t WriteCallback(void *contents, size_t size, size_t nmemb, void *userp);
size_t writeCallback(void *contents, size_t size, size_t nmemb, void *userp);
};
#endif