From e706f8335561bf4fc46e2b79fbec392675bb0c88 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 16 Feb 2020 12:38:10 +0100 Subject: linux --- src/linux/platform.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/linux/platform.c b/src/linux/platform.c index 2019f79..d7f6f15 100644 --- a/src/linux/platform.c +++ b/src/linux/platform.c @@ -1597,3 +1597,13 @@ void platform_set_icon(platform_window *window, image *img) property, cardinal, 32, PropModeReplace, (unsigned char *)data, nelements); } + + +bool platform_send_http_request(char *url, char *params, char *response_buffer) +{ + // https://www.unix.com/programming/187337-c-http-get-request-using-sockets.html + // https://stackoverflow.com/questions/32738030/c-sending-http-get-request-in-linux + bool response = true; + + return response; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2