]> git.sesse.net Git - vlc/commitdiff
Export HTTP/SSL support otherwise it's not much use
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 4 Nov 2004 22:57:16 +0000 (22:57 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 4 Nov 2004 22:57:16 +0000 (22:57 +0000)
include/vlc_httpd.h

index 9738d9217d70ace0c8b5f33295fa6da822a775a4..59359338af40ddd607823704ccc6a4b09b7dd4e7 100644 (file)
@@ -113,6 +113,8 @@ typedef int (*httpd_file_callback_t)( httpd_file_sys_t*, httpd_file_t *, uint8_t
 
 /* 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_TLSHostNew, ( vlc_object_t *, char *, int, tls_server_t * ) );
+
 /* delete a host */
 VLC_EXPORT( void,           httpd_HostDelete, ( httpd_host_t * ) );