summaryrefslogtreecommitdiff
path: root/MLKRoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.h')
-rw-r--r--MLKRoot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKRoot.h b/MLKRoot.h
index d2191e6..8819876 100644
--- a/MLKRoot.h
+++ b/MLKRoot.h
@@ -26,5 +26,5 @@
@interface MLKRoot : NSObject
+(void) initialize;
-+(NSArray *) dispatch:(MLKSymbol *)name withArguments:(NSArray *)args;
++(void) registerBuiltins;
@end