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
284950f5
...
284950f5badb33ecc86338ce08ad9cddd068e092
authored
2001-06-28 02:23:44 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Small corrections.
1 parent
47c64875
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
readmsg/msglist.c
readmsg/readmsg.c
readmsg/readmsg.h
readmsg/msglist.c
View file @
284950f
...
...
@@ -15,14 +15,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <errno.h>
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
#include <mailutils/mailbox.h>
#include "readmsg.h"
extern
mailbox_t
mbox
;
extern
unsigned
int
total
;
static
int
addset
(
int
**
set
,
int
*
n
,
unsigned
val
)
...
...
readmsg/readmsg.c
View file @
284950f
...
...
@@ -19,7 +19,6 @@
# include <config.h>
#endif
#include "readmsg.h"
mailbox_t
mbox
;
...
...
readmsg/readmsg.h
View file @
284950f
...
...
@@ -16,7 +16,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef _READMSG_H
#define _REAMSG_H
#define _REA
D
MSG_H
#include <sys/types.h>
#include <stdio.h>
...
...
@@ -24,6 +24,7 @@
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <errno.h>
#include <mailutils/mailbox.h>
#include <mailutils/header.h>
...
...
Please
register
or
sign in
to post a comment