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
cede6707
...
cede67071f3554d46b3dc5c1364efa55aed7aa1a
authored
2002-01-23 04:35:51 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed prototype for function that isn't defined anywhere.
1 parent
f9044071
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
include/mailutils/address.h
include/mailutils/address.h
View file @
cede670
...
...
@@ -37,7 +37,6 @@ typedef struct _address *address_t;
extern
int
address_create
__P
((
address_t
*
,
const
char
*
));
extern
int
address_createv
__P
((
address_t
*
,
const
char
*
v
[],
size_t
));
extern
int
address_create0
__P
((
address_t
*
,
const
char
*
));
extern
void
address_destroy
__P
((
address_t
*
));
extern
int
address_get_email
...
...
Please
register
or
sign in
to post a comment