summaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-16 11:44:55 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-16 11:44:55 +0100
commit138b63df9af0f32c0e22172dddf5234759883f67 (patch)
tree8e039dadc90ef091ade671d0eeed0cd3ac00b942 /src/platform.h
parentb0c2f39e24cd6e09db23258e172e4390e72d0dca (diff)
licensing
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h
index 796226b..5575dcf 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -188,6 +188,7 @@ bool is_platform_in_darkmode();
void *platform_open_file_dialog_block(void *arg);
char *platform_get_full_path(char *file);
void platform_open_url(char *command);
+bool platform_send_http_request(char *url, char *params, char *response_buffer);
void platform_run_command(char *command);
void platform_window_make_current(platform_window *window);
void platform_init(int argc, char **argv);