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
ec50fe15
...
ec50fe15b71d813fe59ca6618e4783c01ec04fad
authored
2005-08-30 16:09:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_context_iterator): Changed signature
1 parent
5051c609
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mh/mh.h
mh/mh.h
View file @
ec50fe1
...
...
@@ -22,6 +22,8 @@
#include <stdlib.h>
#include <unistd.h>
#include <mh_getopt.h>
#include <xalloc.h>
#include <mu_asprintf.h>
#include <string.h>
...
...
@@ -217,7 +219,7 @@ struct mh_whatnow_env { /* An environment for whatnow shell */
#define DISP_USE 1
#define DISP_REPLACE 2
typedef
int
(
*
mh_context_iterator
)
(
char
*
field
,
char
*
value
,
char
*
data
);
typedef
int
(
*
mh_context_iterator
)
(
char
*
field
,
char
*
value
,
void
*
data
);
#define SEQ_PRIVATE 1
#define SEQ_ZERO 2
...
...
Please
register
or
sign in
to post a comment