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
43cc5c29
...
43cc5c299a6450d7ca554e01999dc9863670fa16
authored
2003-09-09 10:50:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(address_aget_personal): Added missing prototype.
1 parent
e9a0529f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/address.h
include/mailutils/address.h
View file @
43cc5c2
...
...
@@ -54,6 +54,8 @@ extern int address_aget_local_part
__P
((
address_t
addr
,
size_t
no
,
char
**
buf
));
extern
int
address_aget_domain
__P
((
address_t
addr
,
size_t
no
,
char
**
buf
));
extern
int
address_aget_personal
__P
((
address_t
addr
,
size_t
no
,
char
**
buf
));
extern
int
address_is_group
__P
((
address_t
,
size_t
,
int
*
));
...
...
Please
register
or
sign in
to post a comment