Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6a2fba95
Commit
6a2fba95
authored
Nov 06, 2004
by
Rémi Denis-Courmont
Browse files
common tls types
parent
059d5694
Changes
1
Show whitespace changes
Inline
Side-by-side
include/vlc_common.h
View file @
6a2fba95
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment