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
8ca51db1
...
8ca51db113273c2bbf25146663e554679324063d
authored
2002-11-07 10:24:11 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(msgset_member,msgset_negate): New functions.
1 parent
63d9bc1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mail/mail.h
mail/mail.h
View file @
8ca51db
...
...
@@ -253,6 +253,8 @@ extern msgset_t *msgset_range __P ((int low, int high));
extern
msgset_t
*
msgset_expand
__P
((
msgset_t
*
set
,
msgset_t
*
expand_by
));
extern
msgset_t
*
msgset_dup
__P
((
const
msgset_t
*
set
));
extern
int
msgset_parse
__P
((
const
int
argc
,
char
**
argv
,
msgset_t
**
mset
));
extern
int
msgset_member
__P
((
msgset_t
*
set
,
size_t
n
));
extern
msgset_t
*
msgset_negate
__P
((
msgset_t
*
set
));
extern
int
util_do_command
__P
((
const
char
*
cmd
,
...));
extern
int
util_msglist_command
__P
((
function_t
*
func
,
int
argc
,
char
**
argv
,
int
set_cursor
));
...
...
Please
register
or
sign in
to post a comment