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
9278bca6
...
9278bca6f45eb693a79b9882adcf018ee486376d
authored
2006-12-15 15:15:58 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MU_STREAM_READY_EX): New define
1 parent
85a39cc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
include/mailutils/stream.h
include/mailutils/stream.h
View file @
9278bca
...
...
@@ -94,6 +94,7 @@ extern int mu_stream_flush (mu_stream_t);
#define MU_STREAM_READY_RD 0x1
#define MU_STREAM_READY_WR 0x2
#define MU_STREAM_READY_EX 0x4
struct
timeval
;
/* Needed for the following declaration */
extern
int
mu_stream_wait
(
mu_stream_t
stream
,
int
*
pflags
,
struct
timeval
*
);
...
...
Please
register
or
sign in
to post a comment