mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-13 21:01:08 -04:00
if only i could get past the linker errors, this will work...
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user