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
96ce3ce6
...
96ce3ce6ea4578bc883759230696de8c3a27d10f
authored
2004-06-03 21:39:52 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_fd_wait): New function
1 parent
22fe2e9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
96ce3ce
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001
, 2004
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -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
));
extern
int
mu_fd_wait
__P
((
int
fd
,
int
*
pflags
,
struct
timeval
*
tvp
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment