summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 7be8eee..e635220 100644
--- a/functions.h
+++ b/functions.h
@@ -74,3 +74,5 @@ ffi_type *MLKFFITypeWithObjectiveCType (const char *typestring);
ffi_type *MLKFFITypeWithLispValue (id value);
void MLKSetForeignValueWithLispValue (void *destination, id value, MLKForeignType type);
id MLKLispValueWithForeignValue (void *source, MLKForeignType type);
+
+id MLKInterpretedFunctionTrampoline (void *target, ...);