summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 2efa3d39f1..d36e3e6608 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -43,6 +43,7 @@
#define STREAM_SEEK (STREAM_SEEK_BW|STREAM_SEEK_FW)
//////////// Open return code
+#define STREAM_REDIRECTED -2
/// This can't open the requested protocol (used by stream wich have a
/// * protocol when they don't know the requested protocol)
#define STREAM_UNSUPPORTED -1