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
c19ae0bf
...
c19ae0bffd27925ce541fddf66f25397385009da
authored
2004-06-23 06:48:19 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Forward declaration of struct timeval needed for the prototype of mu_fd_wait().
1 parent
9cce86c9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
c19ae0b
...
...
@@ -129,6 +129,8 @@ extern char *mu_charset_lookup __P((char *lang, char *terr));
extern
int
mu_true_answer_p
__P
((
const
char
*
p
));
extern
int
mu_scheme_autodetect_p
__P
((
const
char
*
scheme
,
const
char
**
path
));
struct
timeval
;
extern
int
mu_fd_wait
__P
((
int
fd
,
int
*
pflags
,
struct
timeval
*
tvp
));
extern
int
mu_decode_filter
__P
((
stream_t
*
pfilter
,
stream_t
input
,
...
...
Please
register
or
sign in
to post a comment