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
c8b23a6c
...
c8b23a6c9fd0108f1f75d7c72120c5b55d7ee26d
authored
2003-08-22 13:57:46 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(address_format_string): Missed prototype.
1 parent
2f75b3b3
Hide 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 @
c8b23a6
...
...
@@ -67,6 +67,9 @@ 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
));
extern
size_t
address_format_string
__P
((
address_t
addr
,
char
*
buf
,
size_t
buflen
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment