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
1d1cbf3e
...
1d1cbf3e0b066c9040762a5344811700e622e678
authored
2001-06-01 19:52:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
added protos for util_strcasestr() and util_parse_.*_date()
1 parent
6c37db0f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
imap4d/imap4d.h
imap4d/imap4d.h
View file @
1d1cbf3
...
...
@@ -208,6 +208,11 @@ extern int util_msgset __P ((char *, size_t **, int *, int));
extern
int
util_upper
__P
((
char
*
));
extern
struct
imap4d_command
*
util_getcommand
__P
((
char
*
,
struct
imap4d_command
[]));
extern
int
util_parse_internal_date0
__P
((
char
*
date
,
time_t
*
timep
,
char
**
endp
));
extern
int
util_parse_internal_date
__P
((
char
*
date
,
time_t
*
timep
));
extern
int
util_parse_header_date
__P
((
char
*
date
,
time_t
*
timep
));
extern
int
util_parse_rfc822_date
__P
((
char
*
date
,
time_t
*
timep
));
extern
char
*
util_strcasestr
__P
((
const
char
*
haystack
,
const
char
*
needle
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment