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
15a17e9d
...
15a17e9da63777935c2b15f3320d44ea4a713bd8
authored
2001-07-27 09:35:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Include <xalloc.h>
1 parent
6554aa1a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
mail/mail.h
mail/mail.h
View file @
15a17e9
...
...
@@ -45,6 +45,7 @@
#endif
#include <argp.h>
#include <xalloc.h>
#ifdef HAVE_READLINE_READLINE_H
#include <readline/readline.h>
...
...
@@ -244,8 +245,6 @@ void util_save_outgoing __P((message_t msg, char *savefile));
void
util_error
__P
((
const
char
*
format
,
...));
int
util_help
__P
((
const
struct
mail_command_entry
*
table
,
char
*
word
));
int
util_tempfile
__P
((
char
**
namep
));
void
*
util_malloc
__P
((
size_t
size
));
void
*
util_calloc
__P
((
size_t
nitems
,
size_t
size
));
int
ml_got_interrupt
__P
((
void
));
void
ml_clear_interrupt
__P
((
void
));
...
...
Please
register
or
sign in
to post a comment