diff options
Diffstat (limited to 'include/net.h')
| -rw-r--r-- | include/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h index b2b415f..7cf6b5e 100644 --- a/include/net.h +++ b/include/net.h @@ -22,5 +22,6 @@ int net_init(); void net_shutdown(); int net_send_request(char *url, int write_opts, void *userdata); +int net_download(const char *url, const char *dst); #endif |
