summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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
@@ -34,12 +34,13 @@ extern "C" { /*}*/
#define MU_STREAM_NONBLOCK 0x00000020
/* Stream will be destroyed on stream_destroy without checking the owner. */
#define MU_STREAM_NO_CHECK 0x00000040
#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. */
extern int file_stream_create __P ((stream_t *stream, const char* filename,
int flags));
extern int tcp_stream_create __P ((stream_t *stream, const char* host,

Return to:

Send suggestions and report system problems to the System administrator.