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
b54042f7
...
b54042f73b14c5a556aac953d95b1650a8fec6ad
authored
2002-11-14 16:50:20 +0000
by
Frederic Gobry
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added declaration of address_dup()
1 parent
a0c20947
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
ChangeLog
include/mailutils/address.h
ChangeLog
View file @
b54042f
2002
-
11
-
14
Frederic
Gobry
<
frederic
.
gobry
@smartdata
.
ch
>
*
include
/
mailutils
/
address
.
h
:
added
declaration
of
address_dup
.
2002
-
11
-
14
Sergey
Poznyakoff
*
sieve
/
lex
-
sieve
.
lex
:
Removed
...
...
include/mailutils/address.h
View file @
b54042f
...
...
@@ -28,6 +28,8 @@ extern int address_create __P ((address_t *, const char *));
extern
int
address_createv
__P
((
address_t
*
,
const
char
*
v
[],
size_t
));
extern
void
address_destroy
__P
((
address_t
*
));
extern
address_t
address_dup
__P
((
address_t
src
));
/* Set FROM to null, after adding its addresses to TO. */
extern
int
address_concatenate
__P
((
address_t
to
,
address_t
*
from
));
...
...
Please
register
or
sign in
to post a comment