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
607e60d3
...
607e60d3a74a04acf9b51ea18b6c65d8aab6ea85
authored
2003-03-22 13:38:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_parse_date): New function.
1 parent
1d62bb64
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
607e60d
...
...
@@ -47,6 +47,7 @@ struct mu_timezone
typedef
struct
mu_timezone
mu_timezone
;
int
mu_parse_date
__P
((
const
char
*
p
,
time_t
*
rettime
,
const
time_t
*
now
));
extern
int
mu_parse_imap_date_time
__P
((
const
char
**
p
,
struct
tm
*
tm
,
mu_timezone
*
tz
));
extern
int
mu_parse_ctime_date_time
__P
((
const
char
**
p
,
struct
tm
*
tm
,
...
...
Please
register
or
sign in
to post a comment