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
61821569
...
61821569c3db269d9e1b1e985685c06fa051283d
authored
2002-05-24 08:14:03 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add coditional closing bracket to balance earlier extern "C" {
1 parent
8d2fc386
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
include/mailutils/envelope.h
include/mailutils/envelope.h
View file @
6182156
...
...
@@ -32,4 +32,7 @@ int envelope_sender (envelope_t, char *, size_t, size_t *);
int
envelope_set_date
(
envelope_t
,
int
(
*
_date
)
__P
((
envelope_t
,
char
*
,
size_t
,
size_t
*
)),
void
*
);
int
envelope_date
(
envelope_t
,
char
*
,
size_t
,
size_t
*
);
#ifdef __cplusplus
}
#endif
#endif
/* _MAILUTILS_ENVELOPE_H */
...
...
Please
register
or
sign in
to post a comment