summaryrefslogtreecommitdiff
path: root/MLKEnvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKEnvironment.h')
-rw-r--r--MLKEnvironment.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKEnvironment.h b/MLKEnvironment.h
index b40ea5a..cda8576 100644
--- a/MLKEnvironment.h
+++ b/MLKEnvironment.h
@@ -25,4 +25,6 @@
// Private methods.
-(void) setBinding:(MLKSymbol *)symbol to:(id)value inEnvironment:(MLKEnvironment *)env;
-(id) valueForBinding:(MLKSymbol *)symbol inEnvironment:(MLKEnvironment *)env;
+
+-(void) dealloc;
@end