summaryrefslogtreecommitdiff
path: root/MLKStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKStream.h')
-rw-r--r--MLKStream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKStream.h b/MLKStream.h
index cc67400..733b5ee 100644
--- a/MLKStream.h
+++ b/MLKStream.h
@@ -28,6 +28,8 @@
NSOutputStream *_output;
NSStringEncoding _encoding;
BOOL _charCached;
+ BOOL _closeInputWhenDone;
+ BOOL _closeOutputWhenDone;
unichar _cachedChar;
}