summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 36f21ec..46271aa 100644
--- a/types.h
+++ b/types.h
@@ -620,6 +620,7 @@ typedef struct FnExpr {
struct {
const char *name;
const char *lib;
+ void (*fn_ptr)();
} foreign;
};
HashTable instances; /* for fns with constant parameters. the key is a tuple where