diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-16 11:44:55 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-16 11:44:55 +0100 |
| commit | 138b63df9af0f32c0e22172dddf5234759883f67 (patch) | |
| tree | 8e039dadc90ef091ade671d0eeed0cd3ac00b942 /src/platform.h | |
| parent | b0c2f39e24cd6e09db23258e172e4390e72d0dca (diff) | |
licensing
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 1 |
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); |
