From 7b78f5c30dacfc57516ff4af4b23e00f15a799a0 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 4 Jun 2004 23:23:27 +0000 Subject: (MU_STREAM_STRICT): New flag --- include/mailutils/stream.h | 1 + 1 file changed, 1 insertion(+) 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" { /*}*/ #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. */ -- cgit v1.2.1