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
e18da890
...
e18da890322b11435d27200f4c88ce238a4c13b0
authored
2007-07-10 20:27:27 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_tls_begin): Placeholder.
1 parent
3db6fcda
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
e18da89
...
...
@@ -35,6 +35,7 @@
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <sys/select.h>
...
...
@@ -57,6 +58,7 @@
#include <mailutils/nls.h>
#include <mailutils/stream.h>
#include <mailutils/filter.h>
#include <mailutils/tls.h>
#include <registrar0.h>
...
...
@@ -1478,3 +1480,18 @@ mutil_parse_field_map (const char *map, mu_assoc_t *passoc_tab, int *perr)
*
perr
=
i
;
return
rc
;
}
#ifdef WITH_TLS
int
mu_tls_begin
(
void
*
iodata
,
mu_tls_readline_fn
reader
,
mu_tls_writeline_fn
writer
,
mu_tls_stream_ctl_fn
stream_ctl
,
char
*
keywords
[])
{
return
ENOSYS
;
}
int
mu_tls_enable
;
#endif
...
...
Please
register
or
sign in
to post a comment