summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-04 23:23:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-04 23:23:27 +0000
commit7b78f5c30dacfc57516ff4af4b23e00f15a799a0 (patch)
tree9d1bcf95a63a2d18e1b8d3feee375d52b185ef97 /include
parent81b1c4f8b9f0c2dc58f5ce84f87eeed66a12eda0 (diff)
downloadmailutils-7b78f5c30dacfc57516ff4af4b23e00f15a799a0.tar.gz
mailutils-7b78f5c30dacfc57516ff4af4b23e00f15a799a0.tar.bz2
(MU_STREAM_STRICT): New flag
Diffstat (limited to 'include')
-rw-r--r--include/mailutils/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mailutils/stream.h b/include/mailutils/stream.h
index 37a67a9c1..e03541d11 100644
--- a/include/mailutils/stream.h
+++ b/include/mailutils/stream.h
@@ -37,6 +37,7 @@ extern "C" { /*}*/
37#define MU_STREAM_SEEKABLE 0x00000080 37#define MU_STREAM_SEEKABLE 0x00000080
38#define MU_STREAM_NO_CLOSE 0x00000100 38#define MU_STREAM_NO_CLOSE 0x00000100
39#define MU_STREAM_ALLOW_LINKS 0x00000200 39#define MU_STREAM_ALLOW_LINKS 0x00000200
40#define MU_STREAM_STRICT 0x00000400
40 41
41/* Functions useful to users of the pre-defined stream types. */ 42/* Functions useful to users of the pre-defined stream types. */
42 43

Return to:

Send suggestions and report system problems to the System administrator.