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
d3841c3b
...
d3841c3bf1d6d3e01a9c82113db39e29bd385a6b
authored
2001-07-20 05:25:52 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* include/mailutils/mutil.h: Added prototype for util_cpystr().
1 parent
a5237074
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
d3841c3
...
...
@@ -56,12 +56,13 @@ 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
,
mu_timezone
*
tz
));
extern
time_t
mu_utc_offset
__P
((
void
));
extern
time_t
mu_tm2time
__P
((
struct
tm
*
timeptr
,
mu_timezone
*
tz
));
extern
char
*
mu_get_homedir
__P
((
void
));
extern
char
*
mu_tilde_expansion
__P
((
const
char
*
ref
,
const
char
*
delim
,
const
char
*
homedir
));
extern
char
*
mu_get_homedir
__P
((
void
));
extern
char
*
mu_tilde_expansion
__P
((
const
char
*
ref
,
const
char
*
delim
,
const
char
*
homedir
));
extern
size_t
util_cpystr
__P
((
char
*
dst
,
const
char
*
src
,
size_t
size
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment