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
6c30119f
...
6c30119fabf6d855cf976dcafb9b0e323f370e8d
authored
2003-08-28 19:43:25 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include tls.h
1 parent
057471f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
mail/mail.h
readmsg/readmsg.h
mail/mail.h
View file @
6c30119
...
...
@@ -77,6 +77,7 @@
#include <mailutils/stream.h>
#include <mailutils/url.h>
#include <mailutils/nls.h>
#include <mailutils/tls.h>
#include <mailutils/argcv.h>
#include <getline.h>
#include <mu_asprintf.h>
...
...
readmsg/readmsg.h
View file @
6c30119
...
...
@@ -40,6 +40,7 @@
#include <mailutils/stream.h>
#include <mailutils/url.h>
#include <mailutils/nls.h>
#include <mailutils/tls.h>
int
msglist
__P
((
mailbox_t
mbox
,
int
show_all
,
int
argc
,
char
**
argv
,
int
**
set
,
int
*
n
));
...
...
Please
register
or
sign in
to post a comment