Commit 319c08ce authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Export HTTP/SSL support otherwise it's not much use

parent ee53c93f
...@@ -113,6 +113,8 @@ typedef int (*httpd_file_callback_t)( httpd_file_sys_t*, httpd_file_t *, uint8_t ...@@ -113,6 +113,8 @@ typedef int (*httpd_file_callback_t)( httpd_file_sys_t*, httpd_file_t *, uint8_t
/* create a new host */ /* create a new host */
VLC_EXPORT( httpd_host_t *, httpd_HostNew, ( vlc_object_t *, char *psz_host, int i_port ) ); VLC_EXPORT( httpd_host_t *, httpd_HostNew, ( vlc_object_t *, char *psz_host, int i_port ) );
VLC_EXPORT( httpd_host_t *, httpd_TLSHostNew, ( vlc_object_t *, char *, int, tls_server_t * ) );
/* delete a host */ /* delete a host */
VLC_EXPORT( void, httpd_HostDelete, ( httpd_host_t * ) ); VLC_EXPORT( void, httpd_HostDelete, ( httpd_host_t * ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment