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
9d79b2b0
...
9d79b2b0ccd90a61a17970a3365be583c384b17f
authored
2007-02-13 10:45:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add some includes
1 parent
40b14f7e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
readmsg/readmsg.h
readmsg/readmsg.h
View file @
9d79b2b
...
...
@@ -30,6 +30,7 @@
#include <unistd.h>
#include <limits.h>
#include <errno.h>
#include <time.h>
#include <mailutils/body.h>
#include <mailutils/debug.h>
...
...
@@ -47,6 +48,9 @@
#include <mailutils/tls.h>
#include <mailutils/argp.h>
#include <mailutils/error.h>
#include <mailutils/envelope.h>
#include <mailutils/argcv.h>
#include <mailutils/mutil.h>
int
msglist
(
mu_mailbox_t
mbox
,
int
show_all
,
int
argc
,
char
**
argv
,
int
**
set
,
int
*
n
);
...
...
Please
register
or
sign in
to post a comment