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
670550a0
...
670550a099656b1360135a255af08560b248ba92
authored
2001-10-19 20:21:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Protos for new functions.
1 parent
93ee46dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
mh/mh.h
mh/mh.h
View file @
670550a
...
...
@@ -150,6 +150,9 @@ mh_builtin_t *mh_lookup_builtin (char *name, int *rest);
void
mh_error
(
const
char
*
fmt
,
...);
FILE
*
mh_audit_open
(
char
*
name
,
mailbox_t
mbox
);
void
mh_audit_close
(
FILE
*
fp
);
void
*
xmalloc
(
size_t
);
void
*
xrealloc
(
void
*
,
size_t
);
...
...
Please
register
or
sign in
to post a comment