summaryrefslogtreecommitdiff
path: root/MLKRoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.h')
-rw-r--r--MLKRoot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/MLKRoot.h b/MLKRoot.h
index 8819876..9926615 100644
--- a/MLKRoot.h
+++ b/MLKRoot.h
@@ -23,6 +23,15 @@
#import <Foundation/NSObject.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+const char *toilet_built_in_function_name(id lisp_name);
+#ifdef __cplusplus
+}
+#endif
+
+
@interface MLKRoot : NSObject
+(void) initialize;