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
2f0c9875
...
2f0c9875814c50e57790ae7c369f4481f276de57
authored
2002-10-02 14:34:35 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(address_contains_email,address_union): new functions.
1 parent
21c93d68
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
include/mailutils/address.h
include/mailutils/address.h
View file @
2f0c987
...
...
@@ -56,6 +56,9 @@ extern int address_get_group_count __P ((address_t, size_t *));
extern
int
address_get_email_count
__P
((
address_t
,
size_t
*
));
extern
int
address_get_unix_mailbox_count
__P
((
address_t
,
size_t
*
));
extern
int
address_contains_email
__P
((
address_t
addr
,
const
char
*
email
));
extern
int
address_union
__P
((
address_t
*
a
,
address_t
b
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment