Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
22fe2e9a
...
22fe2e9a3cdb006899c83b0177507168aa3792ff
authored
2004-06-03 21:39:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(tls_stream_create)
(tls_stream_create_client): Changed prototype
1 parent
1349094d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
include/mailutils/tls.h
include/mailutils/tls.h
View file @
22fe2e9
...
...
@@ -27,9 +27,9 @@ extern "C" {
#endif
extern
int
tls_stream_create
__P
((
stream_t
*
stream
,
int
in_fd
,
int
out_fd
,
int
flags
));
stream_t
strin
,
stream_t
strout
,
int
flags
));
extern
int
tls_stream_create_client
__P
((
stream_t
*
stream
,
int
in_fd
,
int
out_fd
,
stream_t
strin
,
stream_t
strout
,
int
flags
));
extern
int
tls_stream_create_client_from_tcp
__P
((
stream_t
*
stream
,
stream_t
tcp_str
,
...
...
Please
register
or
sign in
to post a comment