]> git.sesse.net Git - vlc/commitdiff
common tls types
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 6 Nov 2004 10:48:15 +0000 (10:48 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 6 Nov 2004 10:48:15 +0000 (10:48 +0000)
include/vlc_common.h

index fc362e17bf5118af1d11cccd422664143a555a24..71597b2fa2140f4e0f100574a9ce8a3137d5b618 100644 (file)
@@ -336,8 +336,6 @@ typedef struct data_buffer_t data_buffer_t;
 typedef struct stream_ctrl_t stream_ctrl_t;
 typedef struct pes_packet_t pes_packet_t;
 typedef struct network_socket_t network_socket_t;
-typedef struct tls_server_t tls_server_t;
-typedef struct tls_session_t tls_session_t;
 typedef struct iso639_lang_t iso639_lang_t;
 
 /* block */
@@ -358,6 +356,11 @@ typedef int (*httpd_file_callback_t)( httpd_file_sys_t*, httpd_file_t *, uint8_t
 typedef struct httpd_redirect_t httpd_redirect_t;
 typedef struct httpd_stream_t httpd_stream_t;
 
+/* TLS support */
+typedef struct tls_t tls_t;
+typedef struct tls_server_t tls_server_t;
+typedef struct tls_session_t tls_session_t;
+
 /* vod server */
 typedef struct vod_t     vod_t;
 typedef struct vod_sys_t vod_sys_t;