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
7b78f5c3
...
7b78f5c30dacfc57516ff4af4b23e00f15a799a0
authored
2004-06-04 23:23:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(MU_STREAM_STRICT): New flag
1 parent
81b1c4f8
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 @
7b78f5c
...
...
@@ -37,6 +37,7 @@ extern "C" { /*}*/
#define MU_STREAM_SEEKABLE 0x00000080
#define MU_STREAM_NO_CLOSE 0x00000100
#define MU_STREAM_ALLOW_LINKS 0x00000200
#define MU_STREAM_STRICT 0x00000400
/* Functions useful to users of the pre-defined stream types. */
...
...
Please
register
or
sign in
to post a comment